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 mbed official

Revision:
157:ff67d9f36b67
Parent:
153:fa9ff456f731
--- a/targets/TARGET_STM/TARGET_STM32F2/objects.h	Mon Jan 16 15:03:32 2017 +0000
+++ b/targets/TARGET_STM/TARGET_STM32F2/objects.h	Thu Feb 02 17:01:33 2017 +0000
@@ -139,6 +139,7 @@
     int index;
 };
 
+#define GPIO_IP_WITHOUT_BRR
 #include "gpio_object.h"
 
 #ifdef __cplusplus