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
No related branches found
No related tags found
No related merge requests found
Showing with 5 additions and 5 deletions
# name of your application # name of your application
APPLICATION = emcute APPLICATION = emcute_example
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
......
# Default Makefile, for host native GNRC-based networking # Default Makefile, for host native GNRC-based networking
# name of your application # name of your application
APPLICATION = gcoap APPLICATION = gcoap_example
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
......
# name of your application # name of your application
APPLICATION = gnrc_tftp APPLICATION = gnrc_tftp_example
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
......
# name of your application # name of your application
APPLICATION = posix_sockets APPLICATION = posix_sockets_example
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native BOARD ?= native
......
# name of your application # name of your application
APPLICATION = saul APPLICATION = saul_example
# If no BOARD is found in the environment, use this default: # If no BOARD is found in the environment, use this default:
BOARD ?= native 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.
Finish editing this message first!
Please register or to comment