Merge pull request #8893 from miri64/examples/cleanup/rename-emcute

examples: rename MQTT-SN example for clarity
This commit is contained in:
Kaspar Schleiser 2018-04-09 16:10:57 +02:00 committed by GitHub
commit ff543db9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -11,7 +11,8 @@
* @{
*
* @file
* @brief Example application for demonstrating the RIOT network stack
* @brief Example application for demonstrating RIOT's MQTT-SN library
* emCute
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*