Ran clang-format

This commit is contained in:
2023-10-28 17:28:13 +01:00
parent ebd2909d15
commit 5c6a89df87
6 changed files with 116 additions and 131 deletions

View File

@@ -3,8 +3,8 @@
#include <stdbool.h>
// The idea with this function is to check if NTP time has been obtained
// at least once - and therefore time is at least vaguely accurate
// I want to call this when saving data to know whether the time is valid/trusted
// at all
// I want to call this when saving data to know whether the time is
// valid/trusted at all
bool has_ntp_time_obtained_once();
// Probably should rename this to "start networking" or something because