From f6fe0183b7a78b4d0c9b155e866c131641a6676a Mon Sep 17 00:00:00 2001 From: Kethku Date: Thu, 1 Mar 2018 12:38:23 -0800 Subject: [PATCH] Changed function types to match example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d48d0601..4c438e3a 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ dictionary: #include #include -static void leaderA() { +static void leaderA(uint8_t seq_index) { Serial.println("leaderA"); } -static void leaderTX() { +static void leaderTX(uint8_t seq_index) { Serial.println("leaderTX"); }