7 lines
119 B
C
7 lines
119 B
C
#ifndef delay_h
|
|
#define delay_h
|
|
#include <stdint.h>
|
|
|
|
void delay_ms(uint16_t ms);
|
|
|
|
#endif /* ti_msp_dl_config_h */ |