This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
vp-digi
mirror of
https://github.com/sq8vps/vp-digi
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
9
Wiki
Activity
Browse Source
config bug fix
pull/4/head
Piotr Wilkon
4 years ago
parent
fc9c4c43a8
commit
ae0e38f5be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Src/terminal.c
+ 1
- 1
Src/terminal.c
View File
@ -1347,7 +1347,7 @@ void term_parse(uint8_t *cmd, uint16_t len, Terminal_stream src, Uart_data_type
uint8_t
err
=
0
;
if
(
!
(
cmd
[
12
]
=
=
'
\r
'
)
|
|
(
cmd
[
12
]
=
=
'
\n
'
)
)
if
(
!
(
(
cmd
[
12
]
=
=
'
\r
'
)
|
|
(
cmd
[
12
]
=
=
'
\n
'
)
)
)
{
err
=
1
;
}
Write
Preview
Loading…
Cancel
Save