From ebb7925a169e05f489126b8e3ff6bd82474e28c2 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Thu, 30 Mar 2017 22:53:25 +0200 Subject: [PATCH] nrf5/modules/ubluepy: Tab-fix --- nrf5/modules/ubluepy/ubluepy_peripheral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf5/modules/ubluepy/ubluepy_peripheral.c b/nrf5/modules/ubluepy/ubluepy_peripheral.c index 1bf94ceb95..a0d30c51b1 100644 --- a/nrf5/modules/ubluepy/ubluepy_peripheral.c +++ b/nrf5/modules/ubluepy/ubluepy_peripheral.c @@ -280,7 +280,7 @@ void static disc_add_service(mp_obj_t self, ble_drv_service_data_t * p_service_d } void static disc_add_char(mp_obj_t service_in, ble_drv_char_data_t * p_desc_data) { - ubluepy_service_obj_t * p_service = MP_OBJ_TO_PTR(service_in); + ubluepy_service_obj_t * p_service = MP_OBJ_TO_PTR(service_in); ubluepy_characteristic_obj_t * p_char = m_new_obj(ubluepy_characteristic_obj_t); p_char->base.type = &ubluepy_characteristic_type;