This commit is contained in:
olebeck 2022-06-09 10:59:53 +02:00
parent 41e8e91aa7
commit 9c0cd7b576
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ int main(void) {
display();
#ifdef __POCKETSTATION__
if(PAD_STATUS & PAD_BUTTON) {
if(PadOnRelease & PAD_BUTTON) {
loop = 0;
break;
}