Fix define do/while..

main-solar-only
Richard Meadows 2015-12-31 22:06:10 +00:00
rodzic 905c15eb8c
commit f6fba399c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ idle_wait_t last_idle_t = IDLE_NONE;
#define kick_external_watchdog() do { port_pin_set_output_level(WDT_WDI_PIN, 1); \
__NOP(); /* > 50ns high */ \
port_pin_set_output_level(WDT_WDI_PIN, 0); \
} while(1)
} while(0)
/**
* Increments the specified idle counter