Skip to content

Commit

Permalink
Corrected a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Sep 18, 2022
1 parent 07d3044 commit 8ec5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ extern void vAssertCalled( uint32_t ulLine, const char *pcFile ) noexcept __attr
#define xPortSysTickHandler SysTick_Handler // the name used by everything else
#endif

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

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

0 comments on commit 8ec5c6f

Please sign in to comment.