DISCO_F429ZI: add a comment

pull/1414/head
adustm 2015-11-09 10:38:41 +01:00
parent b6cab87af1
commit 1e65098a5c
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* mbed Microcontroller Library
*******************************************************************************
* Copyright (c) 2014, STMicroelectronics
* Copyright (c) 2015, STMicroelectronics
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -43,9 +43,9 @@ typedef enum {
PortF = 5,
PortG = 6,
PortH = 7,
PortI = 8,
PortJ = 9,
PortK = 10
PortI = 8, // kept for compilation, but not existing on LQFP144
PortJ = 9, // kept for compilation, but not existing on LQFP144
PortK = 10 // kept for compilation, but not existing on LQFP144
} PortName;
#ifdef __cplusplus