fix: failing to build without these includes

This commit is contained in:
surtur 2020-12-11 16:35:40 +01:00
parent 594add4a96
commit 9a1228eb46
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 5 additions and 0 deletions

@ -3,6 +3,7 @@
*
* This is driver for the LEDs on evaluation board for FRDM-KL25Z.
*/
#include <cstdio>
/* Include the main definitions for our MCU */
//#include "MKL25Z4.h"

@ -2,6 +2,10 @@
* Main include file.
* Include just this file in your source.
* Requires C++11 support. */
#include <cstdint>
#include <cstdio>
#ifndef SIMUL_KL25Z_H
#define SIMUL_KL25Z_H