[NUCLEO_xxx] Fix compilation error with missing Port names

This error was due to the last changed in the error.h file.
pull/244/head
bcostm 2014-04-02 13:59:17 +02:00
parent af8ec9b497
commit d0c1c2003f
4 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
*******************************************************************************
*/
#include "pinmap.h"
#include "PortNames.h"
#include "error.h"
// Alternate-function mapping

View File

@ -28,6 +28,7 @@
*******************************************************************************
*/
#include "pinmap.h"
#include "PortNames.h"
#include "error.h"
// Enable GPIO clock and return GPIO base address

View File

@ -28,6 +28,7 @@
*******************************************************************************
*/
#include "pinmap.h"
#include "PortNames.h"
#include "error.h"
#include "stm32f4xx_hal.h"

View File

@ -28,6 +28,7 @@
*******************************************************************************
*/
#include "pinmap.h"
#include "PortNames.h"
#include "error.h"
// Enable GPIO clock and return GPIO base address