4 lines
117 B
C
4 lines
117 B
C
|
int write_raw_image(const char* partition, const char* filename) {
|
||
|
// flash using redbend_ua here
|
||
|
return 0;
|
||
|
}
|