Files
TAIXIN/sdk/include/lib/common/ticker_api.h

13 lines
157 B
C
Raw Normal View History

#ifndef _HGIC_TICKER_API_H_
#define _HGIC_TICKER_API_H_
#ifdef __cplusplus
extern "C" {
#endif
void delay_us(uint32 n);
#ifdef __cplusplus
}
#endif
#endif