Documentation of kernel API
This commit is contained in:
parent
2cd3aad730
commit
1ee41a489d
|
@ -210,11 +210,13 @@ Return Values:
|
||||||
|
|
||||||
Argument Structure:
|
Argument Structure:
|
||||||
|
|
||||||
|
```
|
||||||
struct {
|
struct {
|
||||||
uint8_t hour; // 0..23
|
uint8_t hour; // 0..23
|
||||||
uint8_t minute; // 0..59
|
uint8_t minute; // 0..59
|
||||||
uint8_t second; // 0..59
|
uint8_t second; // 0..59
|
||||||
};
|
};
|
||||||
|
```
|
||||||
|
|
||||||
This call sets the current time from the provided argument structure.
|
This call sets the current time from the provided argument structure.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue