diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 8b69726660..327117d541 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -9,8 +9,6 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_BLACKLIST += \ hifive1 \ hifive1b \ - pic32-wifire \ - pic32-clicker \ # # Comment this out to disable code in RIOT that does safety checking diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile index 2e2a6a8f3e..328ca3caa4 100644 --- a/examples/lua_basic/Makefile +++ b/examples/lua_basic/Makefile @@ -9,8 +9,6 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_BLACKLIST += \ hifive1 \ hifive1b \ - pic32-wifire \ - pic32-clicker \ # # Comment this out to disable code in RIOT that does safety checking