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
8458ce6e
Commit
8458ce6e
authored
Jun 18, 2020
by
schneider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ble): Remove wrong adv timing entry
parent
93f50e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
epicardium/ble/ble_main.c
epicardium/ble/ble_main.c
+2
-2
No files found.
epicardium/ble/ble_main.c
View file @
8458ce6e
...
@@ -79,8 +79,8 @@ typedef union
...
@@ -79,8 +79,8 @@ typedef union
/*! configurable parameters for advertising */
/*! configurable parameters for advertising */
static
const
appAdvCfg_t
bleAdvCfg
=
static
const
appAdvCfg_t
bleAdvCfg
=
{
{
{
0
,
0
,
0
},
/*! Advertising durations in ms */
{
0
,
0
},
/*! Advertising durations in ms */
{
500
/
0
.
625
,
4000
/
0
.
625
,
0
}
/*! Advertising intervals in 0.625 ms units */
{
500
/
0
.
625
,
0
}
/*! Advertising intervals in 0.625 ms units */
};
};
/*! configurable parameters for slave */
/*! configurable parameters for slave */
...
...
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