We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172633a commit a9845cfCopy full SHA for a9845cf
src/portmacro.h
@@ -202,6 +202,8 @@ typedef unsigned char UBaseType_t;
202
#define portBYTE_ALIGNMENT 1
203
#define portNOP() __asm__ __volatile__ ( "nop" );
204
205
+#define sleep_reset() do { _SLEEP_CONTROL_REG = 0; } while(0) // reset all sleep_mode() configurations.
206
+
207
/* Timing for the scheduler.
208
* Watchdog Timer is 128kHz nominal,
209
* but 120 kHz at 5V DC and 25 degrees is actually more accurate,
0 commit comments