LPC1768 HAL formatting/comments

This commit is contained in:
Scott Lahteine
2018-02-21 18:43:42 -06:00
parent 424b9a83cd
commit 799e3b2b40
8 changed files with 39 additions and 64 deletions

View File

@@ -116,9 +116,7 @@ int main(void) {
LPC1768_PWM_init();
setup();
while (true) {
loop();
}
for (;;) loop();
}
#endif // TARGET_LPC1768