Skip to content

Commit

Permalink
[Thread Tutorial] Mark unused func in skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-potyondy committed Dec 9, 2024
1 parent c236b6b commit ba9b86d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/thread_network/03_openthread/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
#include <libtock/tock.h>

// helper utility demonstrating network config setup
static void setNetworkConfiguration(otInstance* aInstance);
static void __attribute__((unused)) setNetworkConfiguration(otInstance* aInstance);

// callback for Thread state change events
static void stateChangeCallback(uint32_t flags, void* context);

// helper utility to print ip address
static void print_ip_addr(otInstance* instance);
static void __attribute__((unused)) print_ip_addr(otInstance* instance);

int main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[]) {
// Initialize OpenThread instance.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ba9b86d

Please sign in to comment.