From 9716510598cb3f4410b80248945083309dd72303 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 18 Feb 2024 20:34:45 +0100 Subject: [PATCH] pkg/micropython: Adjust to removed RIOT_MCU Replacing RIOT_MCU with RIOT_CPU is the only change between the old and the new version. --- pkg/micropython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/micropython/Makefile b/pkg/micropython/Makefile index 75e1ac7a18..caec04b6ae 100644 --- a/pkg/micropython/Makefile +++ b/pkg/micropython/Makefile @@ -1,6 +1,6 @@ PKG_NAME=micropython PKG_URL=https://github.com/kaspar030/micropython -PKG_VERSION=0e9a7e5d67873125cceb0d02faaf40c80730ac33 +PKG_VERSION=4ff7897215b9f8d65e147935949e88cb7cc28652 PKG_LICENSE=MIT CFLAGS += -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-error