8 行
140 B
C
8 行
140 B
C
#include <stdio.h>
|
|
|
|
// disable mmc format
|
|
int local_sdk_device_mmc_format() {
|
|
printf("skip local_sdk_device_mmc_format\n");
|
|
return 0;
|
|
}
|