Skip to content

Commit

Permalink
Working at 1100
Browse files Browse the repository at this point in the history
  • Loading branch information
duembgen committed Oct 28, 2020
1 parent 22ee196 commit 2250de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/audio_shield_firmware/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ TIM_HandleTypeDef htim5;
uint8_t state = 0;

#ifdef DEBUG_SPI
#define SPI_N_BYTES 300
#define SPI_N_BYTES 1100
#else
#define SPI_N_BYTES (AUDIO_N_BYTES + FBINS_N_BYTES + CHECKSUM_LENGTH + TIMESTAMP_LENGTH)
#endif
Expand Down

0 comments on commit 2250de6

Please sign in to comment.