X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Output%2FuartOut%2Foutput_com.h;h=684d58a46fef3841525790ad523bc83eb80d5fec;hb=03f60df94d395e3f4c923d17c3651501024975ee;hp=983ab095645ea585bc58be25107292f5c3049bef;hpb=5557c4189bbc7b1c90381c7446cf241bd837a839;p=kiibohd-controller.git diff --git a/Output/uartOut/output_com.h b/Output/uartOut/output_com.h index 983ab09..684d58a 100644 --- a/Output/uartOut/output_com.h +++ b/Output/uartOut/output_com.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2014 by Jacob Alexander +/* Copyright (C) 2013-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -76,6 +76,8 @@ 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 + // ----- Capabilities -----