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