Skip to content

Commit

Permalink
sys/suit: Remove deprecated suit_coap_run function
Browse files Browse the repository at this point in the history
  • Loading branch information
Teufelchen1 committed Apr 2, 2024
1 parent 84bf921 commit 4d467bf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sys/include/suit/transport/coap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 4d467bf

Please sign in to comment.