Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
cd77e0fa
Commit
cd77e0fa
authored
Jan 08, 2019
by
Donald Chen
Browse files
max debug
parent
0c653c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/heart_rate_monitor/main.c
View file @
cd77e0fa
...
...
@@ -777,7 +777,7 @@ int main(int argc, char * argv[])
fflush
(
stdout
);
m_adapter
=
adapter_init
(
serial_port
,
baud_rate
);
sd_rpc_log_handler_severity_filter_set
(
m_adapter
,
SD_RPC_LOG_
ERROR
);
sd_rpc_log_handler_severity_filter_set
(
m_adapter
,
SD_RPC_LOG_
TRACE
);
error_code
=
sd_rpc_open
(
m_adapter
,
status_handler
,
ble_evt_dispatch
,
log_handler
);
if
(
error_code
!=
NRF_SUCCESS
)
...
...
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