Pick up Default_version when needed

This commit is contained in:
Richard Wackerbarth 2015-08-01 10:08:17 -05:00
parent 329acc852e
commit 4e2f5618c1
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#if ENABLED(USE_AUTOMATIC_VERSIONING)
#include "_Version.h"
#else
#include "Default_Version.h"
#endif
#define PROTOCOL_VERSION "1.0"

View File

@ -40,6 +40,8 @@
#if ENABLED(USE_AUTOMATIC_VERSIONING)
#include "_Version.h"
#else
#include "Default_Version.h"
#endif
#define PROTOCOL_VERSION "1.0"