avr: set response code.

This commit is contained in:
Martin Preuss
2024-09-07 14:59:01 +02:00
parent ed21f4bbfc
commit cf1983d264

View File

@@ -49,6 +49,7 @@ flashHandleFlashStart:
brne flashHandleFlashStart_notMe
; okay, flash start message is for us
rcall flashWaitFor100ms
clr r16
rcall flashSendFlashResponse ; (R15, R16, R17, R18, R19, R20, R21, R22, X)
sec
ret