Merge pull request #6524 from brummer-simon/gnrc_tcp-cleanup-Moving_examples_to_tests
examples: tests: Moving gnrc_tcp_src/cli from examples to testspatch-1
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…
Reference in New Issue