Skip to content

Commit

Permalink
Update idle.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 authored Jun 8, 2024
1 parent 61ec75b commit a483433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swilib/include/swilib/idle.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ __swi_end(0x09C, CloseScreensaver, ());
* */
__swi_begin(0x3D0)
int ShowScreenSaverCodeProtection()
__swi_end(0x3D0, ShowScreenSaverCodeProtection, ())
__swi_end(0x3D0, ShowScreenSaverCodeProtection, ());

/**
* Get screensaver CSM.
Expand Down

0 comments on commit a483433

Please sign in to comment.