This commit is contained in:
sherlock 2025-10-23 11:50:12 +05:30
parent 0290f584b3
commit 1e29449f85

View file

@ -53,6 +53,5 @@ int main(void)
LPC_PWM1->TCR = (1 << 0) | (1 << 3);
while (1)
;
while (1);
}