fix power off request

This commit is contained in:
2021-06-12 19:13:47 +02:00
parent 192a4775c5
commit 0b9f9fd7a2
2 changed files with 2 additions and 2 deletions

2
main.c
View File

@ -138,7 +138,7 @@ usbMsgLen_t usbFunctionSetup(uchar data[8])
if(rq->bRequest == 1)
{
writePin(&PORTB, PA5, true);
writePin(&PORTA, PA5, true);
return 0;
}