1
0
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:
benpicco 2024-04-03 11:04:01 +00:00 committed by GitHub
commit a9e7b441a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
*