We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be01470 commit 8a62be9Copy full SHA for 8a62be9
arch/ARM/STM32/drivers/stm32-pwm.adb
@@ -452,7 +452,7 @@ package body STM32.PWM is
452
function Data_Register_Address
453
(This : PWM_Modulator) return Address is
454
begin
455
- return STM32.Timers.Data_Register_Address (This.Generator.all);
+ return Data_Register_Address (This.Generator.all);
456
end Data_Register_Address;
457
458
end STM32.PWM;
0 commit comments