Skip to content
Snippets Groups Projects
Commit c08078e4 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

tests/thread_priority_inversion: make Makefile adhere to conventions

parent e8e581ea
No related branches found
No related tags found
No related merge requests found
# name of your application
APPLICATION = thread_priority_inversion
include ../Makefile.tests_common
# If no BOARD is found in the environment, use this default:
BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:
CFLAGS += -DDEVELHELP
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1
# Modules to include:
USEMODULE += xtimer
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment