Add missing header file required for memset()

This commit is contained in:
Mario Hüttel 2022-12-31 20:22:08 +01:00
parent 5e00441d99
commit ec2d3da4cb
1 changed files with 2 additions and 1 deletions

View File

@ -17,11 +17,12 @@
* along with the reflow oven controller project.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <reflow-controller/sd.h>
#include "fatfs/ff.h"
#include "fatfs/shimatta_sdio_driver/shimatta_sdio.h"
#include <stdint.h>
#include <string.h>
#include <helper-macros/helper-macros.h>
#include <reflow-controller/digio.h>