aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/DMBS/core.mk
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2017-04-26 20:45:40 +1000
committerDean Camera <dean@fourwalledcubicle.com>2017-04-26 20:45:40 +1000
commit2cde257fe11886bebbfe4aea816268c2739d89bb (patch)
tree31ea944c9300215e227035f13f1a55a8db9193e8 /LUFA/Build/DMBS/DMBS/core.mk
parenta8546529926fc87b5d73b75217ec011962e8ccaa (diff)
downloadlufa-2cde257fe11886bebbfe4aea816268c2739d89bb.tar.gz
lufa-2cde257fe11886bebbfe4aea816268c2739d89bb.tar.bz2
lufa-2cde257fe11886bebbfe4aea816268c2739d89bb.zip
Update to latest DMBS revision.
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 1c55569e5..1edbd178c 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 := 20160717
+DMBS_VERSION := 20170426
# 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)))