Skip to content

Commit

Permalink
Merge pull request #20528 from Teufelchen1/deprecate/suit
Browse files Browse the repository at this point in the history
sys/suit: Remove deprecated suit_coap_run function
  • Loading branch information
benpicco authored Apr 3, 2024
2 parents 3c07ebc + 4d467bf commit a9e7b44
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 a9e7b44

Please sign in to comment.