Extra debugging for leveling on/off

This commit is contained in:
Scott Lahteine
2020-01-23 13:45:13 -06:00
parent 1c042bbaea
commit b7a67f6f74
2 changed files with 7 additions and 4 deletions

View File

@ -68,5 +68,4 @@ bool watchdog_timed_out() { return TEST(WDT_ReadTimeOutFlag(), 0); }
void watchdog_clear_timeout_flag() { WDT_ClrTimeOutFlag(); }
#endif // USE_WATCHDOG
#endif // TARGET_LPC1768