error out compile until GPIO pins corrected

This commit is contained in:
Kilian Bracher 2023-12-04 22:21:55 +01:00
parent 8db96bb9ca
commit c5343f9cdd
Signed by: k.bracher
SSH Key Fingerprint: SHA256:mXpyZkK7RDiJ7qeHCKJX108woM0cl5TrCvNBJASu6lM
1 changed files with 2 additions and 1 deletions

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;