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 b2351b0 commit 0708a22Copy full SHA for 0708a22
src/variantHooks.cpp
@@ -159,9 +159,7 @@ void vApplicationMallocFailedHook( void )
159
for(;;)
160
{
161
_delay_ms(50);
162
-
163
prvBlinkMainLed(); // Main LED fast blink.
164
165
}
166
167
@@ -257,15 +255,13 @@ void vApplicationAssertHook() {
257
255
prvBlinkMainLed(); // Led off.
258
256
259
_delay_ms(2000);
260
261
prvBlinkMainLed(); // Led on.
+
262
_delay_ms(100);
+ prvBlinkMainLed(); // Led off
263
264
- prvBlinkMainLed(); // Lef off
265
266
267
268
269
270
271
#endif
0 commit comments