Merge pull request #7 from Kethku/patch-2

Changed function types to match example
pull/389/head
Gergely Nagy 7 years ago committed by GitHub
commit 15345af37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,11 +40,11 @@ dictionary:
#include <Kaleidoscope.h>
#include <Kaleidoscope-Leader.h>
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");
}

Loading…
Cancel
Save