Fix some AVR HAL code style

This commit is contained in:
Scott Lahteine
2017-10-14 19:05:10 -05:00
parent 799360c576
commit fd128b3c93
17 changed files with 60 additions and 53 deletions

View File

@@ -20,8 +20,8 @@
*
*/
#ifndef MATH_AVR_H
#define MATH_AVR_H
#ifndef _MATH_AVR_H_
#define _MATH_AVR_H_
/**
* Optimized math functions for AVR
@@ -109,4 +109,4 @@
)
#endif
#endif // _MATH_AVR_H_