aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/setup.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-27 18:33:43 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-27 18:33:43 +0200
commit89e652af2506f7cf7854ce2e6f5b9b97423d1d40 (patch)
tree23aa4029a81b79e87339fb6240984811cd65e91e /stm32f091/setup.c
parentdd1d0cf34a44f70793dcb52fd9ef90d9274b55d1 (diff)
fix dumb typo's and added comments to faulty code
Diffstat (limited to 'stm32f091/setup.c')
-rw-r--r--stm32f091/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm32f091/setup.c b/stm32f091/setup.c
index 2175ab3..5b6c6a4 100644
--- a/stm32f091/setup.c
+++ b/stm32f091/setup.c
@@ -90,7 +90,9 @@ void ws_io_setup() {
.Pull = GPIO_NOPULL
});
+ // TODO: remove debug size
ws_backlog_alloc(24 * 60);
+ // ws_backlog_alloc(10);
#ifdef WS_ESP8266_WLAN_MAC
ws_esp8266_set_mac();