1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-05-28 08:20:11 +02:00
CovidBracelet/include/util.h
2022-05-25 20:47:32 +02:00

9 lines
169 B
C

#ifndef UTIL_H
#define UTIL_H
// TODO: We should use timeutil_sync
// return the current unix timestamp in seconds
uint32_t time_get_unix_seconds();
#endif // UTIL_H