Changed function types to match example

pull/389/head
Kethku 7 years ago committed by GitHub
parent 329c133638
commit f6fe0183b7
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