[AVR] Fix code style for all testhal/AVR files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15912 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
58c4759d01
commit
84ae62fcd9
|
@ -91,7 +91,7 @@ int main(void) {
|
|||
|
||||
static ICUConfig icu3cfg = {
|
||||
ICU_INPUT_ACTIVE_HIGH,
|
||||
0, /* bogus frequency */
|
||||
0, /* Bogus frequency */
|
||||
width_cb,
|
||||
period_cb,
|
||||
overflow_cb,
|
||||
|
|
|
@ -55,7 +55,7 @@ int main(void) {
|
|||
*/
|
||||
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
|
||||
|
||||
while(TRUE) {
|
||||
while (TRUE) {
|
||||
chThdSleepMilliseconds(1000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue