File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
hal/targets/cmsis/TARGET_STM/TARGET_STM32L0 Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ uint32_t PreviousVal = 0;
4040void us_ticker_irq_handler(void);
4141void set_compare(uint16_t count);
4242
43- extern volatile uint32_t SlaveCounter;
43+ extern volatile uint16_t SlaveCounter;
4444extern volatile uint32_t oc_int_part;
4545extern volatile uint16_t oc_rem_part;
4646
@@ -138,8 +138,8 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) {
138138/**
139139 * @}
140140 */
141-
141+
142142/**
143143 * @}
144- */
144+ */
145145/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ uint32_t PreviousVal = 0;
4040void us_ticker_irq_handler(void);
4141void set_compare(uint16_t count);
4242
43- extern volatile uint32_t SlaveCounter;
43+ extern volatile uint16_t SlaveCounter;
4444extern volatile uint32_t oc_int_part;
4545extern volatile uint16_t oc_rem_part;
4646
@@ -138,8 +138,8 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) {
138138/**
139139 * @}
140140 */
141-
141+
142142/**
143143 * @}
144- */
144+ */
145145/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ uint32_t PreviousVal = 0;
4040void us_ticker_irq_handler(void);
4141void set_compare(uint16_t count);
4242
43- extern volatile uint32_t SlaveCounter;
43+ extern volatile uint16_t SlaveCounter;
4444extern volatile uint32_t oc_int_part;
4545extern volatile uint16_t oc_rem_part;
4646
@@ -138,8 +138,8 @@ HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) {
138138/**
139139 * @}
140140 */
141-
141+
142142/**
143143 * @}
144- */
144+ */
145145/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
You can’t perform that action at this time.
0 commit comments