1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13110 from kaspar030/periph_rtt_docimp

periph/rtt: clarify rtt_set_alarm() documentation
This commit is contained in:
Francisco 2020-01-13 17:12:08 +01:00 committed by GitHub
commit 3e0043021b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ uint32_t rtt_get_counter(void);
void rtt_set_counter(uint32_t counter);
/**
* @brief Set an alarm for RTT to the specified value.
* @brief Set an alarm for RTT to the specified absolute target time.
*
* @param[in] alarm The value to trigger an alarm when hit
* @param[in] cb Callback executed when alarm is hit