mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Changed max delay time to also work without STM32
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user