Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
d6ea08a7
Commit
d6ea08a7
authored
Jun 15, 2020
by
schneider
Browse files
fix(ble): Print warning when looging unsup. type
parent
17c7c61e
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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