error out compile until GPIO pins corrected
This commit is contained in:
		@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user