remove(freertos-smp): Remove support for light-weight critical sections

This commit is contained in:
Sudeep Mohanty 2025-08-21 09:46:03 +02:00
parent 9000208ecf
commit 592177f42e
3 changed files with 4 additions and 184 deletions

View file

@ -2958,10 +2958,6 @@
#error configUSE_PORT_OPTIMISED_TASK_SELECTION is not supported in SMP FreeRTOS
#endif
#ifndef configLIGHTWEIGHT_CRITICAL_SECTION
#define configLIGHTWEIGHT_CRITICAL_SECTION 0
#endif
#ifndef configINITIAL_TICK_COUNT
#define configINITIAL_TICK_COUNT 0
#endif