From 7097e07b62a5bb00875564d012869eafa5ab0e58 Mon Sep 17 00:00:00 2001 From: bcostm Date: Wed, 20 Jun 2018 15:59:14 +0200 Subject: [PATCH] stm32 ticker: typo corrections --- .../TARGET_DISCO_F051R8/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F030R8/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F031K6/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F042K6/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F070RB/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F072RB/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F091RC/device/us_ticker_data.h | 6 +++--- .../TARGET_BLUEPILL_F103C8/device/us_ticker_data.h | 6 +++--- .../TARGET_DISCO_F100RB/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F103RB/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_F207ZG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F302x8/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F303x8/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F303xC/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F303xE/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F334x8/device/us_ticker_data.h | 6 +++--- .../TARGET_MTB_MTS_DRAGONFLY/device/us_ticker_data.h | 6 +++--- .../TARGET_MTS_DRAGONFLY_F411RE/device/us_ticker_data.h | 6 +++--- .../TARGET_MTS_MDOT_F405RG/device/us_ticker_data.h | 6 +++--- .../TARGET_MTS_MDOT_F411RE/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F401xC/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F401xE/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F407xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F410xB/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F411xE/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F412xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F413xH/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F429xI/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F437xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F439xI/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F446xE/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F469xI/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F746xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F756xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F767xI/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32F769xI/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_L011K4/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_L031K6/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_L073RZ/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L053x8/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L072xZ/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L0x2xZ/device/us_ticker_data.h | 6 +++--- .../TARGET_MOTE_L152RC/device/us_ticker_data.h | 6 +++--- .../TARGET_MTB_MTS_XDOT/device/us_ticker_data.h | 6 +++--- .../TARGET_MTB_RAK811/device/us_ticker_data.h | 6 +++--- .../TARGET_NUCLEO_L152RE/device/us_ticker_data.h | 6 +++--- .../TARGET_NZ32_SC151/device/us_ticker_data.h | 6 +++--- .../TARGET_XDOT_L151CC/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L432xC/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L433xC/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L443xC/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L475xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L476xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L486xG/device/us_ticker_data.h | 6 +++--- .../TARGET_STM32L496xG/device/us_ticker_data.h | 6 +++--- 55 files changed, 165 insertions(+), 165 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/us_ticker_data.h index 102b3e6195..4fc73ab4b8 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -42,5 +42,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/us_ticker_data.h index 102b3e6195..4fc73ab4b8 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -42,5 +42,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/us_ticker_data.h index 6d2ccadec7..48cc56a228 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ extern "C" { } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/us_ticker_data.h index c9d8977e9d..8277c334f9 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ extern "C" { } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/us_ticker_data.h index 102b3e6195..4fc73ab4b8 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -42,5 +42,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/us_ticker_data.h index 689d49dd41..360a5c5e9c 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/us_ticker_data.h index 689d49dd41..360a5c5e9c 100644 --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/us_ticker_data.h index 393e149194..3bfb085eaf 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/device/us_ticker_data.h index 393e149194..3bfb085eaf 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/device/us_ticker_data.h index 393e149194..3bfb085eaf 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/us_ticker_data.h index 0c8af27353..be9f015890 100644 --- a/targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ extern "C" { } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F302x8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F302x8/device/us_ticker_data.h index 2d061d369b..f727b6655f 100644 --- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F302x8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F302x8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303x8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303x8/device/us_ticker_data.h index 2d061d369b..f727b6655f 100644 --- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303x8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303x8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/device/us_ticker_data.h index 2d061d369b..f727b6655f 100644 --- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/device/us_ticker_data.h index 2d061d369b..f727b6655f 100644 --- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8/device/us_ticker_data.h index 2d061d369b..f727b6655f 100644 --- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTB_MTS_DRAGONFLY/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTB_MTS_DRAGONFLY/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTB_MTS_DRAGONFLY/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTB_MTS_DRAGONFLY/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F411RE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xE/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F410xB/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F410xB/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F410xB/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F410xB/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F411xE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F411xE/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F411xE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F411xE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F446xE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F446xE/device/us_ticker_data.h index 28858269cd..112319524f 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F446xE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F446xE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/device/us_ticker_data.h index bf707f4b2a..5db56d2174 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h index 461c2fb37a..65e46d485d 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -43,5 +43,5 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h index 461c2fb37a..65e46d485d 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -43,5 +43,5 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h index 461c2fb37a..65e46d485d 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -43,5 +43,5 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h index 461c2fb37a..65e46d485d 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -43,5 +43,5 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4/device/us_ticker_data.h index 30b49b58f7..1ae9b88375 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/device/us_ticker_data.h index 30b49b58f7..1ae9b88375 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/us_ticker_data.h index 30b49b58f7..1ae9b88375 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/us_ticker_data.h index 30b49b58f7..1ae9b88375 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L072xZ/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L072xZ/device/us_ticker_data.h index 30b49b58f7..1ae9b88375 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L072xZ/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L072xZ/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L0x2xZ/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L0x2xZ/device/us_ticker_data.h index 30b49b58f7..1ae9b88375 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L0x2xZ/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L0x2xZ/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/us_ticker_data.h index 4c45476b08..b32bd97db9 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/us_ticker_data.h index 4c45476b08..b32bd97db9 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_RAK811/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_RAK811/device/us_ticker_data.h index d201dcfdb9..1480b81f7a 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_RAK811/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_RAK811/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/device/us_ticker_data.h index 4c45476b08..b32bd97db9 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_NUCLEO_L152RE/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_NZ32_SC151/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_NZ32_SC151/device/us_ticker_data.h index 4c45476b08..b32bd97db9 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_NZ32_SC151/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_NZ32_SC151/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/device/us_ticker_data.h index 4c45476b08..b32bd97db9 100644 --- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L432xC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L432xC/device/us_ticker_data.h index 79b62d02e8..cf4de8b5bb 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L432xC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L432xC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device/us_ticker_data.h index 79b62d02e8..cf4de8b5bb 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/us_ticker_data.h index 79b62d02e8..cf4de8b5bb 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/us_ticker_data.h index 3b310b3877..93a3a31c0f 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/us_ticker_data.h index 3b310b3877..93a3a31c0f 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L486xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L486xG/device/us_ticker_data.h index 3b310b3877..93a3a31c0f 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L486xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L486xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -41,5 +41,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H diff --git a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/us_ticker_data.h index 9468db09a4..833e724d81 100644 --- a/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/us_ticker_data.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __HAL_TICK_H -#define __HAL_TICK_H +#ifndef __US_TICKER_DATA_H +#define __US_TICKER_DATA_H #ifdef __cplusplus extern "C" { @@ -40,5 +40,5 @@ } #endif -#endif // __HAL_TICK_H +#endif // __US_TICKER_DATA_H