[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:
Theodore Ateba 2022-12-24 23:24:48 +00:00
parent 58c4759d01
commit 84ae62fcd9
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -55,7 +55,7 @@ int main(void) {
*/
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
while(TRUE) {
while (TRUE) {
chThdSleepMilliseconds(1000);
}
}