Skip to content

Commit 871489e

Browse files
author
Cruz Monrreal
authored
Merge pull request #7106 from bcostm/fix_HAL_GetTick
STM32: Replace HAL_GetTick
2 parents cbee41c + 11d0a83 commit 871489e

File tree

59 files changed

+33
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+33
-178
lines changed

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
#define TIM_MST_PCLK 2 // Select the peripheral clock number (1 or 2)
5858

59-
#define HAL_TICK_DELAY (1000) // 1 ms
6059

6160
#ifdef __cplusplus
6261
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
#define TIM_MST_PCLK 2 // Select the peripheral clock number (1 or 2)
5858

59-
#define HAL_TICK_DELAY (1000) // 1 ms
6059

6160
#ifdef __cplusplus
6261
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ extern "C" {
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ extern "C" {
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
#define TIM_MST_PCLK 2 // Select the peripheral clock number (1 or 2)
5858

59-
#define HAL_TICK_DELAY (1000) // 1 ms
6059

6160
#ifdef __cplusplus
6261
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/device/hal_tick.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
5757

58-
#define HAL_TICK_DELAY (1000) // 1 ms
5958

6059
#ifdef __cplusplus
6160
}

0 commit comments

Comments
 (0)