Skip to content
Snippets Groups Projects
Commit d1c32332 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #5892 from gebart/pr/kinetis-gpio-include

kinetis: Add stddef, stdint missing includes for gpio.c
parents f2c53146 1a2b2575
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
* @}
*/
#include <stddef.h>
#include <stdint.h>
#include "sched.h"
#include "thread.h"
#include "cpu.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment