Skip to content

Commit b097715

Browse files
committed
Data_Register_Address remove prefix
1 parent 5ff65df commit b097715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/ARM/STM32/drivers/stm32-pwm.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ package body STM32.PWM is
452452
function Data_Register_Address
453453
(This : PWM_Modulator) return Address is
454454
begin
455-
return STM32.Timers.Data_Register_Address (This.Generator.all);
455+
return Data_Register_Address (This.Generator.all);
456456
end Data_Register_Address;
457457

458458
end STM32.PWM;

0 commit comments

Comments
 (0)