Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gene
xmc4500-relax-linux
Commits
476ba582
Commit
476ba582
authored
Aug 22, 2016
by
Christian Eichler
Browse files
Remove response for command `reset`
parent
f002b180
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
476ba582
...
...
@@ -146,7 +146,6 @@ static void command_inf(char *arg) {
}
static
void
command_rst
(
char
*
arg
)
{
CDC_Device_SendString
(
&
VirtualSerial_CDC_Interface
,
"[ok] resetting system...
\n
"
);
NVIC_SystemReset
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment