add missing include for GapScanningParams to nRF51Gap.h
This commit is contained in:
parent
14f066b92a
commit
69bfe8a59a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "GapAdvertisingParams.h"
|
||||
#include "GapAdvertisingData.h"
|
||||
#include "Gap.h"
|
||||
#include "GapScanningParams.h"
|
||||
|
||||
#include "nrf_soc.h"
|
||||
#include "ble_radio_notification.h"
|
||||
|
|
Loading…
Reference in a new issue