fix: failing to build without these includes
This commit is contained in:
parent
594add4a96
commit
9a1228eb46
1
leds.cpp
1
leds.cpp
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user