1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/lm4f120: remove stdlib include

This commit is contained in:
Benjamin Valentin 2022-12-14 00:22:02 +01:00
parent aa376f05c0
commit a9120a38ca

View File

@ -22,8 +22,6 @@
#define CPU_CONF_H
#include "cpu_conf_common.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {