mmc_format.c 140 B

1234567
  1. #include <stdio.h>
  2. // disable mmc format
  3. int local_sdk_device_mmc_format() {
  4. printf("skip local_sdk_device_mmc_format\n");
  5. return 0;
  6. }