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