Skip to content

Commit 8ec5c6f

Browse files
committed
Corrected a comment
1 parent 07d3044 commit 8ec5c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ extern void vAssertCalled( uint32_t ulLine, const char *pcFile ) noexcept __attr
172172
#define xPortSysTickHandler SysTick_Handler // the name used by everything else
173173
#endif
174174

175-
#if 0 // RRF doesn't use FreeRTOS+TCP of FreeRTOS_CLI
175+
#if 0 // RRF doesn't use FreeRTOS+TCP or FreeRTOS_CLI
176176

177177
/* The priority used by the Ethernet MAC driver interrupt. */
178178
#define configMAC_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY )

0 commit comments

Comments
 (0)