arm/stm32/stm32vldiscovery/src/stm32_bringup.c: Fix a copy paste error introduced with commit 637004e70c.

This commit is contained in:
Gregory Nutt 2019-10-27 18:40:38 -06:00
parent 7dad735fc3
commit 46bec8e030

View File

@ -54,7 +54,7 @@
#endif
#include "stm32.h"
#include "stm32f4discovery.h"
#include "stm32vldiscovery.h"
/****************************************************************************
* Public Functions