error out compile until GPIO pins corrected

This commit is contained in:
2023-12-04 22:21:55 +01:00
parent 8db96bb9ca
commit c5343f9cdd

View File

@ -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;