We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6bb5f commit bd172e6Copy full SHA for bd172e6
Makefile
@@ -24,7 +24,8 @@ SHELL = /bin/sh
24
25
ROOT_PATH := .
26
27
-PACKAGE_NAME := $(basename $(notdir $(CURDIR)))
+#PACKAGE_NAME := $(basename $(notdir $(CURDIR)))
28
+PACKAGE_NAME := "CMSIS"
29
PACKAGE_VERSION := 4.5.0
30
31
# -----------------------------------------------------------------------------
0 commit comments