Style changes for sam_adc.c and sam_tsd.c

This commit is contained in:
TimJTi 2022-12-01 22:25:49 +00:00 committed by Petro Karashchenko
parent 77aede7c87
commit b6c148e763
2 changed files with 4 additions and 4 deletions

View File

@ -1382,7 +1382,7 @@ static void sam_tsd_tracking(struct sam_tsd_s *priv, uint32_t time)
tracktim--;
}
}
#elif defined (ATSAMA5D3)
#elif defined(ATSAMA5D3)
tracktim = 0;
#else /* ATSAMA5D2*/
tracktim = MAX(time, 15);