aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/DMBS/core.mk
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-07-17 17:30:55 +1000
committerDean Camera <dean@fourwalledcubicle.com>2016-07-17 17:30:55 +1000
commitdef392aca09dd0d5a29c1c390accb44ff76db280 (patch)
tree938665a3686398763ded4d8c10e5970a95972384 /LUFA/Build/DMBS/DMBS/core.mk
parent0f470dc8b4a9116d5746da49d28a1c1c5cb70d77 (diff)
downloadlufa-def392aca09dd0d5a29c1c390accb44ff76db280.tar.gz
lufa-def392aca09dd0d5a29c1c390accb44ff76db280.tar.bz2
lufa-def392aca09dd0d5a29c1c390accb44ff76db280.zip
Update to latest DMBS, fix XPLAINBridge project compilation errors on full tree build.
Diffstat (limited to 'LUFA/Build/DMBS/DMBS/core.mk')
-rw-r--r--LUFA/Build/DMBS/DMBS/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Build/DMBS/DMBS/core.mk b/LUFA/Build/DMBS/DMBS/core.mk
index 7fdb7f229..1c55569e5 100644
--- a/LUFA/Build/DMBS/DMBS/core.mk
+++ b/LUFA/Build/DMBS/DMBS/core.mk
@@ -16,7 +16,7 @@ DMBS_BUILD_PROVIDED_MACROS += DMBS_CHECK_VERSION ERROR_IF_UNSET ERROR_IF_EMPTY E
SHELL = /bin/sh
# Current DMBS release version
-DMBS_VERSION := 20160403
+DMBS_VERSION := 20160717
# Macro to check the DMBS version, aborts if the given DMBS version is below the current version
DMBS_CHECK_VERSION ?= $(if $(filter-out 0, $(shell test $(DMBS_VERSION) -lt $(1); echo $$?)), , $(error DMBS version $(1) or newer required, current version is $(DMBS_VERSION)))