From 1dbfb93f409163a8a7a43e4f9f8fad4d7a75083d Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 14 Mar 2013 07:40:12 +0100 Subject: [PATCH] declare ykp_set_extflag_LED_INV() --- ykpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ykpers.h b/ykpers.h index 8470944..4352582 100644 --- a/ykpers.h +++ b/ykpers.h @@ -122,6 +122,7 @@ int ykp_set_extflag_USE_NUMERIC_KEYPAD (YKP_CONFIG *cfg, bool state); int ykp_set_extflag_FAST_TRIG (YKP_CONFIG *cfg, bool state); int ykp_set_extflag_ALLOW_UPDATE (YKP_CONFIG *cfg, bool state); int ykp_set_extflag_DORMANT (YKP_CONFIG *cfg, bool state); +int ykp_set_extflag_LED_INV (YKP_CONFIG *cfg, bool state); int ykp_write_config(const YKP_CONFIG *cfg, int (*writer)(const char *buf, size_t count, -- 2.39.5