I can find platform.driver.osif in the components selection, but there's no osif_time_delay function in the generated osif.h.
only below function definitions are found:
OsIf_Init(const void* Config)
OsIf_GetCounter(OsIf_CounterType SelectedCounter)
OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter)
OsIf_SetTimerFrequency(uint32 Freq, OsIf_CounterType SelectedCounter)
OsIf_MicrosToTicks(uint32 Micros, OsIf_CounterType SelectedCounter)
Is there any way to get osif_time_delay get ready to use?
