Skip to content

Commit

Permalink
Update codebase for CMSIS5/RTX5
Browse files Browse the repository at this point in the history
Update all of mbed-os to use RTX5.
  • Loading branch information
bulislaw authored and geky committed Aug 4, 2019
1 parent d07c9a5 commit 9d73d7f
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 @@ -111,7 +111,7 @@ typedef struct equeue_sema {
#elif defined(EQUEUE_PLATFORM_WINDOWS)
typedef HANDLE equeue_sema_t;
#elif defined(EQUEUE_PLATFORM_MBED) && defined(MBED_CONF_RTOS_PRESENT)
typedef unsigned equeue_sema_t[8];
typedef unsigned equeue_sema_t[9];
#elif defined(EQUEUE_PLATFORM_MBED)
typedef volatile int equeue_sema_t;
#elif defined(EQUEUE_PLATFORM_FREERTOS)
Expand Down

0 comments on commit 9d73d7f

Please sign in to comment.