mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00
10 lines
87 B
C
10 lines
87 B
C
#ifndef _self_flash_h_
|
|
#define _self_flash_h_
|
|
|
|
|
|
void firm_update();
|
|
|
|
|
|
#endif
|
|
|