13 lines
87 B
C
13 lines
87 B
C
|
#ifndef VAL_DELAY_H__
|
||
|
#define VAL_DELAY_H__
|
||
|
|
||
|
|
||
|
|
||
|
void delay(uint32_t delay);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|