fixed signature

pull/6932/head
paul-szczepanek-arm 2018-05-16 16:54:47 +01:00
parent 0c3d9e20fb
commit 57a02d6329
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public:
/* nRF51 Functions */
void eventCallback(void);
void hwCallback(ble_evt_t *p_ble_evt);
void hwCallback(const ble_evt_t *p_ble_evt);
private: