From 85b0f3236d476d895bac6f989de97c6dbd1f33e1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Aug 2018 22:46:13 +0200 Subject: [PATCH] SSR MQTT: Cleanup --- ssr/host/burrow-ssrd.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ssr/host/burrow-ssrd.c b/ssr/host/burrow-ssrd.c index e0c6c4b..d94cf77 100644 --- a/ssr/host/burrow-ssrd.c +++ b/ssr/host/burrow-ssrd.c @@ -6,7 +6,6 @@ #include #include -#include #include #include #include @@ -21,10 +20,10 @@ #include #include -struct libusb_context *usb_ctxt; -struct libusb_device_handle *devh; +static struct libusb_context *usb_ctxt; +static struct libusb_device_handle *devh; -struct mosquitto *mosq; +static struct mosquitto *mosq; static u32 ssr_state; -- 2.39.2