From 272803c64c89cce2268ff87132da333576e51147 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Mon, 13 Jan 2020 07:27:41 -0600 Subject: [PATCH] Add uh_wkey_close to microham.h --- src/microham.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microham.h b/src/microham.h index 8438b9637..06611875a 100644 --- a/src/microham.h +++ b/src/microham.h @@ -26,6 +26,7 @@ extern int uh_open_radio(int baud, int databits, int stopbits, int rtscts); extern int uh_open_ptt(); +extern void uh_close_wkey(); extern void uh_set_ptt(int ptt); extern int uh_get_ptt(); extern void uh_close_radio();