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:
commit
49b39d2251
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user