Don't use the U number notation and macro parentheses unless necessary.

This commit is contained in:
László Monda
2016-03-03 18:27:39 +01:00
parent 09f25e6139
commit 55c063c69a
15 changed files with 100 additions and 106 deletions

View File

@@ -11,6 +11,6 @@ void main(void)
USB_DeviceApplicationInit();
while (1U) {
while (1) {
}
}