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
d4e95d98
"...jitsi/impl/git@gitlab.ibr.cs.tu-bs.de:zrtp/libjitsi.git" did not exist on "59b752b496d723857ce01eea4fa0b641e2697a3b"
Commit
d4e95d98
authored
7 years ago
by
Sebastian Meiling
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix typos
parent
1ed6f849
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
boards/msba2-common/tools/armtools.txt
+1
-1
1 addition, 1 deletion
boards/msba2-common/tools/armtools.txt
sys/net/gnrc/netapi/gnrc_netapi.c
+1
-1
1 addition, 1 deletion
sys/net/gnrc/netapi/gnrc_netapi.c
with
2 additions
and
2 deletions
boards/msba2-common/tools/armtools.txt
+
1
−
1
View file @
d4e95d98
...
...
@@ -9,7 +9,7 @@ On reception of a SIGUSR1, it reopens the port and resets the ARM.
"./lpc2k_pgm /dev/ttyUSB1 /path/to/firmware.ihex" will do what you
expect, but it will additionally run "killall -SIGUSR2 pseudoterm" before
an
ѕ
"killall -SIGUSR1 pseudoterm" after flashing.
an
d
"killall -SIGUSR1 pseudoterm" after flashing.
Together, the tools enable you to have a terminal connected to the board
at all times, but let you flash whenever you feel like.
This diff is collapsed.
Click to expand it.
sys/net/gnrc/netapi/gnrc_netapi.c
+
1
−
1
View file @
d4e95d98
...
...
@@ -45,7 +45,7 @@ static inline int _get_set(kernel_pid_t pid, uint16_t type,
msg_t
cmd
;
msg_t
ack
;
gnrc_netapi_opt_t
o
;
/* set
ń
etapi's option struct */
/* set
n
etapi's option struct */
o
.
opt
=
opt
;
o
.
context
=
context
;
o
.
data
=
data
;
...
...
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