1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/micropython: Adjust to removed RIOT_MCU

Replacing RIOT_MCU with RIOT_CPU is the only change between the old and
the new version.
This commit is contained in:
chrysn 2024-02-18 20:34:45 +01:00
parent 756a384442
commit 9716510598

View File

@ -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