Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
3edfb772
Commit
3edfb772
authored
9 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Patches
Plain Diff
auto_init: rename ng_slip to gnrc_slip
parent
eac7f3e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sys/auto_init/auto_init.c
+1
-1
1 addition, 1 deletion
sys/auto_init/auto_init.c
tests/slip/Makefile
+1
-1
1 addition, 1 deletion
tests/slip/Makefile
with
2 additions
and
2 deletions
sys/auto_init/auto_init.c
+
1
−
1
View file @
3edfb772
...
@@ -167,7 +167,7 @@ void auto_init(void)
...
@@ -167,7 +167,7 @@ void auto_init(void)
auto_init_at86rf2xx
();
auto_init_at86rf2xx
();
#endif
#endif
#ifdef MODULE_
N
G_SLIP
#ifdef MODULE_G
NRC
_SLIP
extern
void
auto_init_slip
(
void
);
extern
void
auto_init_slip
(
void
);
auto_init_slip
();
auto_init_slip
();
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
tests/slip/Makefile
+
1
−
1
View file @
3edfb772
APPLICATION
=
driver_slip
APPLICATION
=
driver_slip
include
../Makefile.tests_common
include
../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY
:=
stm32f0discovery
BOARD_INSUFFICIENT_MEMORY
:=
stm32f0discovery
nucleo-f334
USEMODULE
+=
auto_init_gnrc_netif
USEMODULE
+=
auto_init_gnrc_netif
USEMODULE
+=
gnrc
USEMODULE
+=
gnrc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment