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

View File

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