mynewt-nimble
mynewt-nimble copied to clipboard
Fix C++ reserved identifiers in header guards
C++ doesn't allow underscores at the begining of identifier. This changes all such identifiers to FOO_H_ format.
I didn't update tinycrypt headers, and headers that are imported from mynewt core