mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Cosmetics
This commit is contained in:
parent
6872f85c52
commit
a9fcf514a1
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void delay_ms(uint32_t ms);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// PCBREV driver
|
// PCBREV driver
|
||||||
#define IS_HORUS_PROD() GPIO_ReadInputDataBit(PCBREV_GPIO, PCBREV_GPIO_PIN)
|
#define IS_HORUS_PROD() GPIO_ReadInputDataBit(PCBREV_GPIO, PCBREV_GPIO_PIN)
|
||||||
#if defined(SIMU)
|
#if defined(SIMU)
|
||||||
#define IS_FIRMWARE_COMPATIBLE_WITH_BOARD() true
|
#define IS_FIRMWARE_COMPATIBLE_WITH_BOARD() true
|
||||||
#elif PCBREV >= 13
|
#elif PCBREV >= 13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue