8000 stm32 type name fix · adafruit/Adafruit_Protomatter@000ca43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 000ca43

Browse files
committed
stm32 type name fix
1 parent 418c8e1 commit 000ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/stm32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ inline void _PM_timerStart(Protomatter_core *core, uint32_t period) {
123123
HAL_NVIC_EnableIRQ(stm_peripherals_timer_get_irqnum(tim));
124124
}
125125

126-
inline uint32_t _PM_timerGetCount(Protomatter_Core *core) {
126+
inline uint32_t _PM_timerGetCount(Protomatter_core *core) {
127127
TIM_TypeDef *tim = core->timer;
128128
return tim->CNT;
129129
}

0 commit comments

Comments
 (0)
0