Skip to content

Commit 3f5fcf7

Browse files
committed
remove leftover debug code
1 parent cce9aa9 commit 3f5fcf7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cores/nRF5/syscall_newlib.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,12 @@ caddr_t _sbrk( int incr )
7676
void __malloc_lock(struct _reent *ptr)
7777
{
7878
(void) ptr;
79-
ledOn(LED_RED);
80-
8179
vTaskSuspendAll();
8280
}
8381

8482
void __malloc_unlock(struct _reent *ptr)
8583
{
8684
(void) ptr;
87-
88-
ledOn(LED_BLUE);
89-
9085
xTaskResumeAll();
9186
}
9287

0 commit comments

Comments
 (0)