lufa: Print TMK version to console

This commit is contained in:
tmk 2019-05-29 23:40:35 +09:00
parent 7412953fee
commit 8449ad385b
3 changed files with 4 additions and 4 deletions

View file

@ -284,7 +284,7 @@ static bool command_common(uint8_t code)
print("VID: " STR(VENDOR_ID) "(" STR(MANUFACTURER) ") "
"PID: " STR(PRODUCT_ID) "(" STR(PRODUCT) ") "
"VER: " STR(DEVICE_VER) "\n");
print("BUILD: " STR(VERSION) " (" __TIME__ " " __DATE__ ")\n");
print("BUILD: " STR(TMK_VERSION) " (" __TIME__ " " __DATE__ ")\n");
/* build options */
print("OPTIONS:"
#ifdef PROTOCOL_PJRC