hal_tick.h changed for the L432KC target in TARGET/../device/ in order to reassign the system ticker from TIM2 to TIM7, since TIM2 was needed as a 32bit encoder counter.
Dependents: Nucleo_L432KC_Quadrature_Decoder_with_ADC_and_DAC
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F7/common_objects.h
- Revision:
- 157:ff67d9f36b67
- Parent:
- 156:95d6b41a828b
--- a/targets/TARGET_STM/TARGET_STM32F7/common_objects.h Mon Jan 16 15:03:32 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F7/common_objects.h Thu Feb 02 17:01:33 2017 +0000 @@ -111,6 +111,7 @@ #endif }; +#define GPIO_IP_WITHOUT_BRR #include "gpio_object.h" #ifdef __cplusplus