diff options
| author | hathach <[email protected]> | 2018-03-01 11:17:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-01 11:17:11 +0700 |
| commit | a789fad4b7b23b8324e07ee4b9d08a145f5df0f9 (patch) | |
| tree | 4591738b231d2229b863b7a61b9bb5bb1c69733c /demos/host/src/main.c | |
| parent | 30124b9b02e067c967aca642823f3ed4cb7f618d (diff) | |
clean up osal semaphore/queue/mutex
Diffstat (limited to 'demos/host/src/main.c')
| -rw-r--r-- | demos/host/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c index f7d3b1a7c..66ca6456c 100644 --- a/demos/host/src/main.c +++ b/demos/host/src/main.c @@ -123,7 +123,6 @@ void print_greeting(void) {
[TUSB_OS_NONE] = "None",
[TUSB_OS_FREERTOS] = "FreeRTOS",
- [TUSB_OS_CMSIS_RTX] = "CMSIS-RTX"
};
puts("\n\
|
