mirror of https://github.com/ARMmbed/mbed-os.git
[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
parent
af8ec9b497
commit
d0c1c2003f
|
@ -28,6 +28,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
#include "pinmap.h"
|
||||
#include "PortNames.h"
|
||||
#include "error.h"
|
||||
|
||||
// Alternate-function mapping
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
#include "pinmap.h"
|
||||
#include "PortNames.h"
|
||||
#include "error.h"
|
||||
|
||||
// Enable GPIO clock and return GPIO base address
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
#include "pinmap.h"
|
||||
#include "PortNames.h"
|
||||
#include "error.h"
|
||||
#include "stm32f4xx_hal.h"
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
#include "pinmap.h"
|
||||
#include "PortNames.h"
|
||||
#include "error.h"
|
||||
|
||||
// Enable GPIO clock and return GPIO base address
|
||||
|
|
Loading…
Reference in New Issue