]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/output_com.h
UARTConnect enumeration working!
[kiibohd-controller.git] / Output / pjrcUSB / output_com.h
index f2f2f583eb0b4a4e7d5ea257a6d9079355ade8e4..0462c20d3c372f60ae2025c2b5b609d472b2502f 100644 (file)
@@ -78,7 +78,7 @@ extern          uint8_t  USBKeys_Idle_Count;
 
 extern USBKeyChangeState USBKeys_Changed;
 
-extern          uint8_t  Output_Available; // 0 - Output module not fully functional, 1 - Output module working
+extern volatile uint8_t  Output_Available; // 0 - Output module not fully functional, 1 - Output module working
 
 extern          uint8_t  Output_DebugMode; // 0 - Debug disabled, 1 - Debug enabled