mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Changed max delay time to also work without STM32
This commit is contained in:
parent
0fc3f71d5a
commit
0e1ffca5be
@ -40,7 +40,7 @@ namespace sta
|
||||
* @param flags flag nr. to wait for.
|
||||
* @param timeout timeout in ms., default to forever.
|
||||
*/
|
||||
virtual uint32_t wait(uint32_t flags, uint32_t timeout = osWaitForever) = 0;
|
||||
virtual uint32_t wait(uint32_t flags, uint32_t timeout = portMAX_DELAY) = 0;
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user