/* SD card erase functions */ #ifndef SD_DRIVER_READ_H #define SD_DRIVER_READ_H #include "sd_driver_secondary.h" Replacing _READ_ with erase removes any build warnings
/*
SD card erase functions
*/
#ifndef SD_DRIVER_READ_H
#define SD_DRIVER_READ_H
#include "sd_driver_secondary.h"
Replacing READ with erase removes any build warnings