diff options
author | U-DESKTOP-LF2PDOO\niels <n.stunnebrink@student.avans.nl> | 2022-10-25 17:42:12 +0200 |
---|---|---|
committer | U-DESKTOP-LF2PDOO\niels <n.stunnebrink@student.avans.nl> | 2022-10-25 17:42:12 +0200 |
commit | 931b357fee219f7d69e3b2e1c5c275413de6010b (patch) | |
tree | 92bd46a7c43caf3b55dbc9efdc90bd00000f1106 /stm32f091/consts.h | |
parent | 183ed1e4c58f0c788db0b56886aad2dc258e9ddb (diff) |
initial merge of CubeIDE code for dma idle read
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 349ff21..1d8648d 100644 --- a/stm32f091/consts.h +++ b/stm32f091/consts.h @@ -4,6 +4,8 @@ #define WS_SERVER_PORT "80" +#define WS_DMA_RX_BUFFER_SIZE 50 + #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 |