diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-23 23:45:16 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-10-21 15:59:42 +0200 |
| commit | c7b42d80b3df38048b2269c5eae55e318204e564 (patch) | |
| tree | ead2c6a22f4331d06452a491ecfc7bccc1cb138f /ports/nrf/bluetooth | |
| parent | cf7931600266864e1797271783aadafdc3aa72bb (diff) | |
bleio: A bit of cleanup
Diffstat (limited to 'ports/nrf/bluetooth')
| -rw-r--r-- | ports/nrf/bluetooth/ble_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/nrf/bluetooth/ble_drv.h b/ports/nrf/bluetooth/ble_drv.h index 426354a19..0443b41b8 100644 --- a/ports/nrf/bluetooth/ble_drv.h +++ b/ports/nrf/bluetooth/ble_drv.h @@ -25,8 +25,8 @@ * THE SOFTWARE. */ -#ifndef BLUETOOTH_LE_DRIVER_H__ -#define BLUETOOTH_LE_DRIVER_H__ +#ifndef MICROPY_INCLUDED_NRF_BLUETOOTH_BLE_DRV_H +#define MICROPY_INCLUDED_NRF_BLUETOOTH_BLE_DRV_H #include "ble.h" @@ -50,4 +50,4 @@ typedef void (*ble_drv_evt_handler_t)(ble_evt_t*, void*); void ble_drv_add_event_handler(ble_drv_evt_handler_t func, void *param); -#endif // BLUETOOTH_LE_DRIVER_H__ +#endif // MICROPY_INCLUDED_NRF_BLUETOOTH_BLE_DRV_H |
