From 8802e1c6809eb8b69d5e708346c8e1821707730f Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Wed, 21 Jun 2023 19:56:46 +0200 Subject: Update picosdk to fix gcc missing cstd- includes and add hex to num layer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-71-gd317