mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20528 from Teufelchen1/deprecate/suit
sys/suit: Remove deprecated suit_coap_run function
This commit is contained in:
commit
a9e7b441a7
@ -32,15 +32,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Start SUIT CoAP thread
|
||||
*
|
||||
* @deprecated This will be removed after after the 2023.01 release.
|
||||
*/
|
||||
static inline void suit_coap_run(void)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief SUIT CoAP endpoint entry.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user