Skip to content

Commit

Permalink
Fix compilation error on latest gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Oct 3, 2024
1 parent b078807 commit d6863db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void HAL_TIM_MspPostInit(TIM_HandleTypeDef* htim);
static uint8_t readPinstraps();
static void transfer(uint8_t b);
void configurePins(void);
void show_leds(uint8_t* data);

static volatile bool dataReceived = false;
static uint8_t i2c_buffer[128];
Expand Down

0 comments on commit d6863db

Please sign in to comment.