Skip to content

Commit

Permalink
Revert "fixup! Add riot os blinky example"
Browse files Browse the repository at this point in the history
This reverts commit e171457.
  • Loading branch information
LasseRosenow committed Oct 17, 2024
1 parent 7e1261f commit 5c47017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/riot/src/blinky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APPLICATION = lf-test
BOARD ?= native

# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../../../external/RIOT
RIOTBASE ?= $(CURDIR)/../../../../../RIOT

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
Expand Down

0 comments on commit 5c47017

Please sign in to comment.