Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
François Revol
firmware
Commits
d6ea08a7
Commit
d6ea08a7
authored
Jun 15, 2020
by
schneider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ble): Print warning when looging unsup. type
parent
17c7c61e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
epicardium/ble/ble.c
epicardium/ble/ble.c
+2
-1
No files found.
epicardium/ble/ble.c
View file @
d6ea08a7
...
...
@@ -115,7 +115,8 @@ void WsfPDump(wsfPDumpType_t pdType, uint16_t length, uint8_t *pBuffer)
type
=
0x02
;
break
;
default:
break
;
LOG_WARN
(
"ble"
,
"Unknown packet type to be logged"
);
return
;
}
uint64_t
tick
=
xTaskGetTickCount
();
...
...
Write
Preview
Markdown
is supported
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