Documentation of kernel API

This commit is contained in:
Kyle J Cardoza 2024-07-08 23:35:17 -04:00
parent 2cd3aad730
commit 1ee41a489d
1 changed files with 2 additions and 0 deletions

View File

@ -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.