configs/stm32429i-disco/src: Fix a compile error when CONFIG_BOARD_INITIALIZE is defined.

This commit is contained in:
Gregory Nutt 2017-11-14 16:52:22 -06:00
parent 1191238b17
commit 64bcf3ec94

View File

@ -39,6 +39,8 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <nuttx/board.h>
#include "stm32f429i-disco.h"