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

examples: rename APPLICATIONs whose name collide with another module.

This commit is contained in:
Gaëtan Harter 2017-11-07 14:07:52 +01:00
parent ba6f2a4c4f
commit 1d6ef0b6e4
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# name of your application
APPLICATION = emcute
APPLICATION = emcute_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native

View File

@ -1,7 +1,7 @@
# Default Makefile, for host native GNRC-based networking
# name of your application
APPLICATION = gcoap
APPLICATION = gcoap_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native

View File

@ -1,5 +1,5 @@
# name of your application
APPLICATION = gnrc_tftp
APPLICATION = gnrc_tftp_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native

View File

@ -1,5 +1,5 @@
# name of your application
APPLICATION = posix_sockets
APPLICATION = posix_sockets_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native

View File

@ -1,5 +1,5 @@
# name of your application
APPLICATION = saul
APPLICATION = saul_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native