[boards] correct include guard for apogee 1.0

This commit is contained in:
Felix Ruess
2013-07-31 01:47:34 +02:00
parent 93372df379
commit 4ce078880a
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef CONFIG_APOGEE_0_99_H
#define CONFIG_APOGEE_0_99_H
#ifndef CONFIG_APOGEE_1_00_H
#define CONFIG_APOGEE_1_00_H
#define BOARD_APOGEE
@@ -396,4 +396,4 @@
#define SPEKTRUM_UART2_ISR usart2_isr
#define SPEKTRUM_UART2_DEV USART2
#endif /* CONFIG_APOGEE_0_99_H */
#endif /* CONFIG_APOGEE_1_00_H */