mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-02 17:31:53 +00:00
restored delayUs declaration
This commit is contained in:
parent
3fe276f19d
commit
311f0a6fa6
@ -44,7 +44,7 @@ namespace sta
|
|||||||
*
|
*
|
||||||
* @param us Microseconds
|
* @param us Microseconds
|
||||||
*/
|
*/
|
||||||
void delayUs(uint16_t us);
|
void delayUs(uint32_t us);
|
||||||
#endif // STA_STM32_DELAY_US_TIM
|
#endif // STA_STM32_DELAY_US_TIM
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ namespace sta
|
|||||||
return (updateFreq >= 1000000);
|
return (updateFreq >= 1000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
void delayUs(uint16_t us)
|
void delayUs(uint32_t us)
|
||||||
{
|
{
|
||||||
// Check if the specified timer is usable for microsecond delays.
|
// Check if the specified timer is usable for microsecond delays.
|
||||||
STA_ASSERT(isValidDelayUsTIM());
|
STA_ASSERT(isValidDelayUsTIM());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user