Skip to content

Commit

Permalink
Fix winsim logging warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Apr 16, 2024
1 parent 8331595 commit c441c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FreeRTOS-Plus/Demo/Common/Logging/windows/Logging_WinSim.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ void vLoggingInit( BaseType_t xLogToStdout,
SetThreadAffinityMask( pvLoggingThread, ~0x01u );
SetThreadPriorityBoost( pvLoggingThread, TRUE );
SetThreadPriority( pvLoggingThread, THREAD_PRIORITY_IDLE );

}
}
#else /* if ( ( ipconfigHAS_DEBUG_PRINTF == 1 ) || ( ipconfigHAS_PRINTF == 1 ) ) */
Expand Down

0 comments on commit c441c4d

Please sign in to comment.