diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-29 17:15:56 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-29 17:15:56 +0200 |
commit | 9947b4aa803b0430e38be3bd6f7179b45b201213 (patch) | |
tree | 3a4198da27ea0d200a31c2d28638df590480e792 /stm32f091/util.h | |
parent | f536fb4f92eda7ba5e80230a023b144d373dd86b (diff) |
send data in chunks for reliability
Diffstat (limited to 'stm32f091/util.h')
-rw-r--r-- | stm32f091/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm32f091/util.h b/stm32f091/util.h index dde3677..11bee6f 100644 --- a/stm32f091/util.h +++ b/stm32f091/util.h @@ -30,6 +30,8 @@ #define WS_DBG_TTY_COLOR_TX WS_DBG_TTY_COLOR_GRN #define WS_DBG_TTY_COLOR_RX WS_DBG_TTY_COLOR_RED +#define debugger asm("nop") + // unused // #define WS_DBG_TTY_COLOR_CMD_ECHO WS_DBG_TTY_COLOR_BLK // #define WS_DBG_TTY_COLOR_STATUS_CODE WS_DBG_TTY_COLOR_YLW |