diff --git a/doc/syscalls.md b/doc/syscalls.md index ac66bb9..035d6a5 100644 --- a/doc/syscalls.md +++ b/doc/syscalls.md @@ -210,11 +210,13 @@ Return Values: Argument Structure: +``` struct { uint8_t hour; // 0..23 uint8_t minute; // 0..59 uint8_t second; // 0..59 }; +``` This call sets the current time from the provided argument structure.