From: Martin Mares Date: Tue, 7 Aug 2018 23:01:33 +0000 (+0200) Subject: SSR: Move declaration X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=77e714a68b7453f386d0819339f644e66188780b;p=home-hw.git SSR: Move declaration --- diff --git a/ssr/Src/main.c b/ssr/Src/main.c index 9d6a753..d10eb43 100644 --- a/ssr/Src/main.c +++ b/ssr/Src/main.c @@ -52,11 +52,11 @@ /* Private variables ---------------------------------------------------------*/ PCD_HandleTypeDef hpcd_USB_FS; -volatile byte led_trigger; /* USER CODE BEGIN PV */ /* Private variables ---------------------------------------------------------*/ struct usb usb; +volatile byte led_trigger; /* USER CODE END PV */