Skip to content
Snippets Groups Projects
Unverified Commit f89ecfb5 authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #7951 from cladmi/pr/conflicting_module_names

examples/pkgs: rename modules with duplicate names
parents 8a2939e2 21dfcc94
Branches
No related tags found
No related merge requests found
Showing with 5 additions and 5 deletions
# name of your application
APPLICATION = emcute
APPLICATION = emcute_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# Default Makefile, for host native GNRC-based networking
# name of your application
APPLICATION = gcoap
APPLICATION = gcoap_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# name of your application
APPLICATION = gnrc_tftp
APPLICATION = gnrc_tftp_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# name of your application
APPLICATION = posix_sockets
APPLICATION = posix_sockets_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
# name of your application
APPLICATION = saul
APPLICATION = saul_example
# If no BOARD is found in the environment, use this default:
BOARD ?= native
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment