diff options
Diffstat (limited to 'controller/fw/src/protocol.c')
-rw-r--r-- | controller/fw/src/protocol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/fw/src/protocol.c b/controller/fw/src/protocol.c index bbee5ef..4740917 100644 --- a/controller/fw/src/protocol.c +++ b/controller/fw/src/protocol.c @@ -10,4 +10,6 @@ void handle_dsss_received(uint8_t data[static TRANSMISSION_SYMBOLS]) { con_printf("%3d ", x); } con_printf("\r\n"); + + update_image_flash_counter(); } |