mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
pkg/openthread: remove unused prototype
This commit is contained in:
parent
36c793ec52
commit
d9c5d0a5cc
@ -146,13 +146,6 @@ void openthread_radio_init(netdev_t *dev, uint8_t *tb, uint8_t *rb);
|
||||
*/
|
||||
int openthread_netdev_init(char *stack, int stacksize, char priority, const char *name, netdev_t *netdev);
|
||||
|
||||
/**
|
||||
* @brief get PID of OpenThread thread.
|
||||
*
|
||||
* @return PID of OpenThread thread
|
||||
*/
|
||||
kernel_pid_t openthread_get_pid(void);
|
||||
|
||||
/**
|
||||
* @brief Init OpenThread random
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user