Reindent files using spaces

This commit is contained in:
Tim Crawford
2021-03-09 14:00:13 -07:00
committed by Jeremy Soller
parent 720af4b2b0
commit 4963e04a83
10 changed files with 167 additions and 167 deletions

View File

@@ -16,7 +16,7 @@ void delay_ticks(uint16_t ticks);
// Warning: this will round to the nearest tick
#define delay_ns(X) \
delay_ticks((uint16_t)((((uint32_t)(X)) * 69UL + 89999UL) / 90000UL));
void delay_ms(int ms);
#endif // _ARCH_DELAY_H