Skip to content

Commit 57a02d6

Browse files
fixed signature
1 parent 0c3d9e2 commit 57a02d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF51/source/nRF5xGattServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class nRF5xGattServer : public GattServer
3939

4040
/* nRF51 Functions */
4141
void eventCallback(void);
42-
void hwCallback(ble_evt_t *p_ble_evt);
42+
void hwCallback(const ble_evt_t *p_ble_evt);
4343

4444

4545
private:

0 commit comments

Comments
 (0)