mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
[boards] correct include guard for apogee 1.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef CONFIG_APOGEE_0_99_H
|
#ifndef CONFIG_APOGEE_1_00_H
|
||||||
#define CONFIG_APOGEE_0_99_H
|
#define CONFIG_APOGEE_1_00_H
|
||||||
|
|
||||||
#define BOARD_APOGEE
|
#define BOARD_APOGEE
|
||||||
|
|
||||||
@@ -396,4 +396,4 @@
|
|||||||
#define SPEKTRUM_UART2_ISR usart2_isr
|
#define SPEKTRUM_UART2_ISR usart2_isr
|
||||||
#define SPEKTRUM_UART2_DEV USART2
|
#define SPEKTRUM_UART2_DEV USART2
|
||||||
|
|
||||||
#endif /* CONFIG_APOGEE_0_99_H */
|
#endif /* CONFIG_APOGEE_1_00_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user