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 SPI_PINS_H_
#define SPI_PINS_H_
#ifndef _SPI_PINS_H_
#define _SPI_PINS_H_
/**
* Define SPI Pins: SCK, MISO, MOSI, SS
@@ -67,4 +67,4 @@
#endif
#endif /* SPI_PINS_H_ */
#endif // _SPI_PINS_H_