
4 changed files with 2 additions and 2 deletions
@ -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