diff options
| author | hathach <[email protected]> | 2013-11-21 13:54:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-21 13:54:29 +0700 |
| commit | c303154b7a2af8e934308d9115e7b6da23c66419 (patch) | |
| tree | ed00100b5b0f6b71789702f8f1eee404b8639aed /tinyusb/osal | |
| parent | c461c72ac2ddf6f89ba533e98f34bba72f8c1470 (diff) | |
add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard app
Diffstat (limited to 'tinyusb/osal')
| -rw-r--r-- | tinyusb/osal/osal_none.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/osal/osal_none.h b/tinyusb/osal/osal_none.h index 0e82b8aa9..db11da605 100644 --- a/tinyusb/osal/osal_none.h +++ b/tinyusb/osal/osal_none.h @@ -105,7 +105,7 @@ static inline uint32_t osal_tick_get(void) ATTR_UNUSED static uint32_t timeout = 0;\ static uint16_t state = 0;\ switch(state) {\ - case 0:{\ + case 0: { \ #define OSAL_TASK_LOOP_END \ default:\ |
