mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 18:37:34 +00:00
restored delayUs declaration
This commit is contained in:
@@ -62,7 +62,7 @@ namespace sta
|
||||
return (updateFreq >= 1000000);
|
||||
}
|
||||
|
||||
void delayUs(uint16_t us)
|
||||
void delayUs(uint32_t us)
|
||||
{
|
||||
// Check if the specified timer is usable for microsecond delays.
|
||||
STA_ASSERT(isValidDelayUsTIM());
|
||||
|
Reference in New Issue
Block a user