Mostly cosmetic updates

This commit is contained in:
Martin Lund 2022-03-11 15:01:40 +01:00
parent ea0dd3e602
commit a2b164519f
8 changed files with 130 additions and 86 deletions

View file

@ -20,7 +20,7 @@
*/
#pragma once
#define _unused(x) (void)(x)
#define UNUSED(expr) do { (void)(expr); } while (0)
char * current_time(void);
void delay(long ms);