aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-06-21 19:56:46 +0200
committerLouis Burda <quent.burda@gmail.com>2023-06-21 19:56:46 +0200
commit8802e1c6809eb8b69d5e708346c8e1821707730f (patch)
treee00c77eeb0fe7a34eb3ff1d8a8f8f05c2a550f44 /Makefile
parentfbe0b35e66fcf6b25d8a9d4ec8dd48c463d67da7 (diff)
downloadsxkbd-8802e1c6809eb8b69d5e708346c8e1821707730f.tar.gz
sxkbd-8802e1c6809eb8b69d5e708346c8e1821707730f.zip
Update picosdk to fix gcc missing cstd- includes and add hex to num layer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acb3e36..bb83a18 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SPLIT_SIDE = $(shell echo "$(SIDE)" | tr a-z A-Z)
PICO_SDK_PATH ?= lib/picosdk
TINYUSB_PATH ?= lib/tinyusb
-PICO_SCK_FILES = $(PICO_SDK_PATH)/CMakeLists.txt
+PICO_SDK_FILES = $(PICO_SDK_PATH)/CMakeLists.txt
TINYUSB_FILES = $(TINYUSB_PATH)/hw/bsp/family_support.cmake
CMAKE_FLAGS = -DFAMILY=$(FAMILY) -DPICO_SDK_PATH=$(PICO_SDK_PATH)