error out compile until GPIO pins corrected
This commit is contained in:
parent
8db96bb9ca
commit
c5343f9cdd
|
@ -13,7 +13,8 @@
|
|||
#define STATUS_LED_2_GREEN_PIN GPIO_PIN_14
|
||||
#define STATUS_LED_2_BLUE_PIN GPIO_PIN_15
|
||||
|
||||
#warning "GPIO pins for status LEDs are not set correctly"
|
||||
//TODO: change to correct values for the board
|
||||
#error "GPIO pins for status LEDs are not set correctly"
|
||||
|
||||
typedef struct {
|
||||
uint8_t red : 1;
|
||||
|
|
Loading…
Reference in New Issue