Skip to content

Commit 1ecf24c

Browse files
committed
Fix formatting
1 parent 92cd939 commit 1ecf24c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/FreeRTOS.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -654,11 +654,11 @@
654654
#endif
655655

656656
#ifndef traceMOVED_TASK_TO_DELAYED_LIST
657-
#define traceMOVED_TASK_TO_DELAYED_LIST()
657+
#define traceMOVED_TASK_TO_DELAYED_LIST()
658658
#endif
659659

660660
#ifndef traceMOVED_TASK_TO_OVERFLOW_DELAYED_LIST
661-
#define traceMOVED_TASK_TO_OVERFLOW_DELAYED_LIST()
661+
#define traceMOVED_TASK_TO_OVERFLOW_DELAYED_LIST()
662662
#endif
663663

664664
#ifndef traceQUEUE_CREATE
@@ -910,15 +910,15 @@
910910
#endif
911911

912912
#ifndef traceISR_EXIT_TO_SCHEDULER
913-
#define traceISR_EXIT_TO_SCHEDULER()
913+
#define traceISR_EXIT_TO_SCHEDULER()
914914
#endif
915915

916916
#ifndef traceISR_EXIT
917-
#define traceISR_EXIT()
917+
#define traceISR_EXIT()
918918
#endif
919919

920920
#ifndef traceISR_ENTER
921-
#define traceISR_ENTER()
921+
#define traceISR_ENTER()
922922
#endif
923923

924924
#ifndef traceSTREAM_BUFFER_CREATE_FAILED

0 commit comments

Comments
 (0)