Skip to content

Commit

Permalink
pkg/micropython: bump version for FreeBSD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Jan 23, 2020
1 parent f58b82b commit 999f895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/micropython/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=micropython
PKG_URL=https://github.com/kaspar030/micropython
PKG_VERSION=5c45688d431a4d0f626d86478ad490cfb6d8ac30
PKG_VERSION=bb8e51f6da3e3e3fc65a8b9abaea1b0ebbbe104d
PKG_LICENSE=MIT

CFLAGS += -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-error
Expand All @@ -9,4 +9,4 @@ include $(RIOTBASE)/pkg/pkg.mk

all:
@mkdir -p $(PKG_BUILDDIR)/tmp
BUILD=$(PKG_BUILDDIR) "$(MAKE)" -C $(PKG_BUILDDIR)/ports/riot
BUILD=$(PKG_BUILDDIR) "$(MAKE)" -C $(PKG_BUILDDIR)/ports/riot

0 comments on commit 999f895

Please sign in to comment.