100.15 // fix for #200 and other USB issues

This commit is contained in:
Rob Giseburt
2016-12-15 09:44:01 -06:00
parent 9c28936e4d
commit fb9fb91b9c
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef G2CORE_INFO_H_ONCE
#define G2CORE_INFO_H_ONCE
#define G2CORE_FIRMWARE_BUILD 100.14 // fix for 198, uart can be muted when USB connects
#define G2CORE_FIRMWARE_BUILD 100.15 // fix for #200 and other USB issues
#ifdef GIT_VERSION
#define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION
#else