Skip to content

Commit

Permalink
Fixed compile error in B/W radios.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Oct 15, 2023
1 parent c8847c9 commit 03d48b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions radio/src/keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
#include "hal/rotary_encoder.h"
#include "dataconstants.h"

// required by watchdog macro..
#if !defined(SIMU)
#include "stm32_cmsis.h"
#endif

// long key press minimum duration (x10ms),
// must be less than KEY_REPEAT_DELAY
#define KEY_LONG_DELAY 32
Expand Down

0 comments on commit 03d48b5

Please sign in to comment.