Don't use the U number notation and macro parentheses unless necessary.
This commit is contained in:
@@ -11,6 +11,6 @@ void main(void)
|
||||
|
||||
USB_DeviceApplicationInit();
|
||||
|
||||
while (1U) {
|
||||
while (1) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user