From: DL1YCF Date: Sat, 16 Jan 2021 15:00:27 +0000 (+0100) Subject: added type to avoid compiler warning X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=7bbacec382d506ab7e4c224ed4a4aefb3d6c2c65;p=pihpsdr.git added type to avoid compiler warning --- diff --git a/iambic.c b/iambic.c index 1e687e1..d6959f0 100644 --- a/iambic.c +++ b/iambic.c @@ -248,7 +248,7 @@ int gpio_cw_sidetone_enabled() { return 0; } void gpio_cw_sidetone_set(int level) {} #endif -void keyer_straight_key(state) { +void keyer_straight_key(int state) { // // Interface for simple key-down action e.g. from a MIDI message //