avr: more work on fan- and light controller app and modules.
This commit is contained in:
@@ -201,6 +201,7 @@ appFanControlWriteEeprom_ret:
|
||||
appFanControlActorOn:
|
||||
ldd r16, Y+APP_FANCONTROL_RAM_OFFS_VALUE_LO
|
||||
rcall appFanControlSetFanDutyFromTable
|
||||
bigcall AppFanControl_ReportState
|
||||
ret
|
||||
; @end
|
||||
|
||||
@@ -214,7 +215,9 @@ appFanControlActorOn:
|
||||
|
||||
appFanControlActorOff:
|
||||
clr r16
|
||||
rjmp appFanControlSetFanDutyFromTable
|
||||
rcall appFanControlSetFanDutyFromTable
|
||||
bigcall AppFanControl_ReportState
|
||||
ret
|
||||
; @end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user