Skip to content

Commit 0708a22

Browse files
authored
variantHooks.cpp
whitespace
1 parent b2351b0 commit 0708a22

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/variantHooks.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ void vApplicationMallocFailedHook( void )
159159
for(;;)
160160
{
161161
_delay_ms(50);
162-
163162
prvBlinkMainLed(); // Main LED fast blink.
164-
165163
}
166164
}
167165

@@ -257,15 +255,13 @@ void vApplicationAssertHook() {
257255
prvBlinkMainLed(); // Led off.
258256

259257
_delay_ms(2000);
260-
261258
prvBlinkMainLed(); // Led on.
259+
262260
_delay_ms(100);
261+
prvBlinkMainLed(); // Led off
263262

264-
prvBlinkMainLed(); // Lef off
265263
_delay_ms(100);
266-
267264
prvBlinkMainLed(); // Led on.
268-
269265
}
270266
}
271267
#endif

0 commit comments

Comments
 (0)