- fix F411 F334 systeminit when HSI used - portinout always read IDR regardless of port direction

Fork of mbed-src by mbed official

Revision:
332:e299ae530e63
Parent:
237:f3da66175598
diff -r 098575c6d2c8 -r e299ae530e63 targets/cmsis/TARGET_STM/TARGET_NUCLEO_F334R8/system_stm32f3xx.c
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F334R8/system_stm32f3xx.c	Wed Sep 24 13:15:06 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F334R8/system_stm32f3xx.c	Sat Sep 27 11:16:28 2014 +0000
@@ -144,7 +144,7 @@
   */
 uint32_t SystemCoreClock = 72000000;
 
-__IO const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};
+const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};
 
 /**
   * @}