mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Added STM32F4DISCOVERY_DEBUG target and added it to pre-push.
This commit is contained in:
parent
899cae197c
commit
c128f33a85
3 changed files with 6 additions and 2 deletions
|
@ -24,10 +24,14 @@
|
|||
#define USBD_PRODUCT_STRING "STM32F4DISCOVERY"
|
||||
|
||||
// These features are in here to get coverage in CI builds
|
||||
|
||||
#define USE_SPI_TRANSACTION
|
||||
#define USE_STACK_CHECK
|
||||
|
||||
#if defined(STM32F4DISCOVERY_DEBUG)
|
||||
// Used to test DEBUG builds in CICD
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
//LEDs
|
||||
#define LED0_PIN PD12
|
||||
#define LED1_PIN PD13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue