mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00
8 lines
75 B
C
8 lines
75 B
C
#ifndef _loader_h_
|
|
#define _loader_h_
|
|
|
|
void wait_ms( u8 );
|
|
|
|
#endif
|
|
|