diff options
| author | hathach <[email protected]> | 2013-02-01 12:39:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-01 12:39:39 +0700 |
| commit | c24d461d19634f4b592697e698fa31c59a7128c3 (patch) | |
| tree | 27177e0a9166729c8f70c798568559279908754d /tinyusb/osal/osal_none.c | |
| parent | aab92b40d2e904e8ad85386e4a4f3b59e84eb844 (diff) | |
add timeout to queue_receive and update test code for it
Diffstat (limited to 'tinyusb/osal/osal_none.c')
| -rw-r--r-- | tinyusb/osal/osal_none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/osal/osal_none.c b/tinyusb/osal/osal_none.c index 4a66f0dc3..b30f7ecda 100644 --- a/tinyusb/osal/osal_none.c +++ b/tinyusb/osal/osal_none.c @@ -54,7 +54,7 @@ static volatile uint32_t osal_tick_current = 0; //--------------------------------------------------------------------+ // IMPLEMENTATION //--------------------------------------------------------------------+ -volatile uint32_t osal_tick_get(void) +uint32_t osal_tick_get(void) { return osal_tick_current; } |
