Update doxygen comments for RTC and timer functions
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 29s
Builds / ExectOS (i686, release) (push) Successful in 32s
Builds / ExectOS (amd64, release) (push) Successful in 45s
Builds / ExectOS (i686, debug) (push) Successful in 42s

This commit is contained in:
2026-05-18 20:16:49 +02:00
parent 24c9ae321c
commit f2c70d582a
2 changed files with 10 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
* @param Time
* Supplies a pointer to a structure to receive the system time.
*
* @return This routine returns the status code.
* @return This routine returns a status code indicating the success or failure of the operation.
*
* @since XT 1.0
*/
@@ -192,7 +192,7 @@ HL::Rtc::GetRealTimeClock(OUT PTIME_FIELDS Time)
* @param Time
* Supplies a pointer to a structure with populated data and time.
*
* @return This routine returns the status code.
* @return This routine returns a status code indicating the success or failure of the operation.
*
* @since XT 1.0
*/