mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
sys/ztimer: remove duplicate definition of _ztimer_now_extend()
This commit is contained in:
parent
11f4091b94
commit
c42677609b
@ -374,16 +374,6 @@ int ztimer_msg_receive_timeout(ztimer_clock_t *clock, msg_t *msg,
|
||||
/* created with dist/tools/define2u16.py */
|
||||
#define MSG_ZTIMER 0xc83e /**< msg type used by ztimer_msg_receive_timeout */
|
||||
|
||||
/*
|
||||
* @brief ztimer_now() for extending timers
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @param[in] clock ztimer clock to operate on
|
||||
* @return Current count on the clock @p clock
|
||||
*/
|
||||
ztimer_now_t _ztimer_now_extend(ztimer_clock_t *clock);
|
||||
|
||||
/**
|
||||
* @brief ztimer_now() for extending timers
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user