Skip to content
Snippets Groups Projects
Commit 374ca57e authored by schneider's avatar schneider
Browse files

fix(ble): Remove wrong adv timing entry

parent e8ffa921
No related branches found
No related tags found
No related merge requests found
...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment