You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment variables that are set after the inclusion of Makefile.include in an application's Makefile seem to be ignored. This results in e.g. the default channel not to be configurable via environment variables in gnrc_networking
Steps to reproduce the issue
Try to compile the gnrc_networking example with DEFAULT_CHANNEL set to a different value than the actual default.