9 lines
106 B
C
9 lines
106 B
C
|
|
#ifndef UTILS_H
|
||
|
|
#define UTILS_H
|
||
|
|
|
||
|
|
#include "mystd.h"
|
||
|
|
|
||
|
|
void delay_ms(uint16_t count);
|
||
|
|
|
||
|
|
#endif /* UTILS_H */
|