]> mj.ucw.cz Git - home-hw.git/commitdiff
SSR: Move declaration
authorMartin Mares <mj@ucw.cz>
Tue, 7 Aug 2018 23:01:33 +0000 (01:01 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 7 Aug 2018 23:01:33 +0000 (01:01 +0200)
ssr/Src/main.c

index 9d6a7530d32ea7568c72bd8aca8d89c75d9f5988..d10eb439d7d7d9e4a840f7fd8f8766d64707d733 100644 (file)
 /* 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 */