Skip to content

Commit

Permalink
equeue: Removed RTOS dependencies when RTOS not present
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Aug 4, 2019
1 parent bf015fd commit 3a5c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equeue_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extern "C" {
#elif defined(EQUEUE_PLATFORM_FREERTOS)
#include "FreeRTOS.h"
#include "semphr.h"
#elif defined(EQUEUE_PLATFORM_MBED)
#elif defined(EQUEUE_PLATFORM_MBED) && defined(MBED_CONF_RTOS_PRESENT)
#include "cmsis_os2.h"
#include "mbed_rtos_storage.h"
#endif
Expand Down

0 comments on commit 3a5c0c5

Please sign in to comment.