1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #6524 from brummer-simon/gnrc_tcp-cleanup-Moving_examples_to_tests

examples: tests: Moving gnrc_tcp_src/cli from examples to tests
This commit is contained in:
Oleg Hahm 2017-02-01 15:28:56 +01:00 committed by GitHub
commit 49b39d2251
4 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# name of your application
APPLICATION = gnrc_tcp_cli
APPLICATION = gnrc_tcp_client
# 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_tcp_srv
APPLICATION = gnrc_tcp_server
# If no BOARD is found in the environment, use this default:
BOARD ?= native