From 1e65098a5c81cdd8fc8c4c9b3e7e29d34152782d Mon Sep 17 00:00:00 2001 From: adustm Date: Mon, 9 Nov 2015 10:38:41 +0100 Subject: [PATCH] DISCO_F429ZI: add a comment --- .../TARGET_STM32F4/TARGET_DISCO_F429ZI/PortNames.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/PortNames.h b/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/PortNames.h index 0c563dd148..e446b17f95 100644 --- a/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/PortNames.h +++ b/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/PortNames.h @@ -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