Add a define to Makefile

This commit is contained in:
phl0 2017-04-12 21:57:32 +02:00
parent 07b7801821
commit 59a9b3018f
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#include "Config.h"
#include "Globals.h"
#if defined(STM32F4XX) || defined(STM32F4)
#if defined(MADEBYMAKEFILE)
#include "GitVersion.h"
#endif