Skip to content

Commit 29b6783

Browse files
Fix for LDDB
1 parent 01f21e0 commit 29b6783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp32_marauder/configs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,6 +2411,7 @@
24112411
#endif
24122412
#else
24132413
#define mac_history_len 100
2414+
#define mac_history_len_half (mac_history_len / 2)
24142415
#endif
24152416
//// END GPS STUFF
24162417

0 commit comments

Comments
 (0)