Skip to content

Commit

Permalink
PR ToyKeeper#68: force use of delay_zero() for weak battery detection
Browse files Browse the repository at this point in the history
  • Loading branch information
SiteRelEnby committed Apr 29, 2024
1 parent d1dd40e commit 40f3072
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/anduril/config-default.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,10 @@
// (but allow disabling this feature per build)
#define USE_CHANNEL_PER_STROBE

// if weak battery detection is enabled, this needs delay_zero
#ifdef USE_WEAK_BATTERY_PROTECTION
#ifndef USE_DELAY_ZERO
#define USE_DELAY_ZERO
#endif
#endif

0 comments on commit 40f3072

Please sign in to comment.