Skip to content

Commit 5a4027b

Browse files
author
Steven Cartmell
committed
Remove newline printf from sleep manager
1 parent 21e5f11 commit 5a4027b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hal/mbed_sleep_manager.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ void sleep_tracker_unlock(const char* const filename, int line)
125125

126126
printf("UNLOCK: %s, ln: %i, lock count: %u\r\n", stripped_path, line, deep_sleep_lock);
127127
sleep_tracker_print_stats();
128-
printf("\r\n");
129128
}
130129

131130
#endif // MBED_SLEEP_STATS_ENABLED

0 commit comments

Comments
 (0)