mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
8 lines
75 B
C
8 lines
75 B
C
#ifndef _loader_h_
|
|
#define _loader_h_
|
|
|
|
void wait_ms( u8 );
|
|
|
|
#endif
|
|
|