From 0124a761537cef2e57e34f0b45b5f7a8b6b8a71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Mon, 14 Mar 2016 22:58:32 +0100 Subject: [PATCH] pkg/cmsis-dsp: Update to DSP Lib v1.4.5a (CMSIS 4.5 release) --- pkg/cmsis-dsp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmsis-dsp/Makefile b/pkg/cmsis-dsp/Makefile index 14920ead50..4c3d3d7f04 100644 --- a/pkg/cmsis-dsp/Makefile +++ b/pkg/cmsis-dsp/Makefile @@ -1,6 +1,6 @@ PKG_NAME=cmsis-dsp PKG_URL=https://github.com/gebart/CMSIS-DSP.git -PKG_VERSION=v1.4.5-riot1 +PKG_VERSION=v1.4.5a-riot1 PKG_DIR=$(CURDIR)/$(PKG_NAME) ifneq ($(RIOTBASE),)