Consolidate timestamp implementation in one file

This commit is contained in:
Martin Lund 2022-09-10 23:29:23 +02:00
parent a85cfcf3ef
commit ba2d49d2f7
10 changed files with 202 additions and 139 deletions

View file

@ -16,6 +16,7 @@ tio_sources = [
'socket.c',
'setspeed.c',
'rs485.c',
'timestamp.c',
'alert.c'
]