diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 17:31:16 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 17:31:16 +0100 |
commit | fc95a016d13c1510a024888c1b87bbfe1a7f7601 (patch) | |
tree | 9b98a41d648da3e5acde0897d41cd79c11a7d1e3 /stm32f091/consts.h | |
parent | d629902140406ac26fa65c1a7d559e6f1798206f (diff) |
squash more todo's
Diffstat (limited to 'stm32f091/consts.h')
-rw-r--r-- | stm32f091/consts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm32f091/consts.h b/stm32f091/consts.h index 6d5b8d2..2a09508 100644 --- a/stm32f091/consts.h +++ b/stm32f091/consts.h @@ -9,6 +9,8 @@ #define WS_DMA_RX_BUFFER_SIZE 100 #define WS_DMA_TX_BUFFER_SIZE 1024 +#define WS_BACKLOG_SIZE (24 * 60) + #define WS_PINOUT_I2C_SDA_PIN GPIO_PIN_9 #define WS_PINOUT_I2C_SDA_PORT GPIOB #define WS_PINOUT_I2C_SCL_PIN GPIO_PIN_8 |