ads1115 only
Fork of mbed by
Diff: TARGET_NUCLEO_F334R8/system_stm32f3xx.h
- Revision:
- 122:f9eeca106725
- Parent:
- 92:4fc01daae5a5
--- a/TARGET_NUCLEO_F334R8/system_stm32f3xx.h Wed May 25 16:44:06 2016 +0100 +++ b/TARGET_NUCLEO_F334R8/system_stm32f3xx.h Thu Jul 07 14:34:11 2016 +0100 @@ -2,13 +2,13 @@ ****************************************************************************** * @file system_stm32f3xx.h * @author MCD Application Team - * @version V2.1.0 - * @date 12-Sept-2014 + * @version V2.3.0 + * @date 29-April-2015 * @brief CMSIS Cortex-M4 Device System Source File for STM32F3xx devices. ****************************************************************************** * @attention * - * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2> + * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: @@ -74,6 +74,8 @@ variable is updated automatically. */ extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ +extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */ +extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */ /**