Ran clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user