13 lines
157 B
C
13 lines
157 B
C
#ifndef _HGIC_TICKER_API_H_
|
|
#define _HGIC_TICKER_API_H_
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void delay_us(uint32 n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|