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:
149:156823d33999
Parent:
144:ef7eb2e8f9f7
--- a/hal/storage_abstraction/Driver_Common.h	Fri Sep 30 18:07:01 2016 +0100
+++ b/hal/storage_abstraction/Driver_Common.h	Fri Oct 28 11:17:30 2016 +0100
@@ -1,3 +1,6 @@
+
+/** \addtogroup hal */
+/** @{*/
 /*
  * Copyright (c) 2006-2016, ARM Limited, All Rights Reserved
  * SPDX-License-Identifier: Apache-2.0
@@ -51,3 +54,5 @@
 } ARM_POWER_STATE;
 
 #endif /* __DRIVER_COMMON_H */
+
+/** @}*/