7 lines
111 B
C
7 lines
111 B
C
#ifndef MISC_FUNCTIONS_H
|
|
#define MISC_FUNCTIONS_H
|
|
|
|
void delay(int p_milliseconds);
|
|
|
|
#endif // MISC_FUNCTIONS_H
|