Missing header file inclusion

This commit is contained in:
Gregory Nutt 2016-03-25 18:18:58 -06:00
parent 27a3fcb3eb
commit 0b78c9dbe7

View File

@ -43,8 +43,11 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#include <stdint.h>
#include <arch/stm32/chip.h>
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/