nrf5/modules/ubluepy: Correcting alignment of enum values in modubluepy.h.
This commit is contained in:
parent
d96e2a3e08
commit
63805bac9c
@ -103,7 +103,7 @@ typedef enum {
|
|||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
UBLUEPY_ROLE_PERIPHERAL,
|
UBLUEPY_ROLE_PERIPHERAL,
|
||||||
UBLUEPY_ROLE_CENTRAL
|
UBLUEPY_ROLE_CENTRAL
|
||||||
} ubluepy_role_type_t;
|
} ubluepy_role_type_t;
|
||||||
|
|
||||||
typedef struct _ubluepy_uuid_obj_t {
|
typedef struct _ubluepy_uuid_obj_t {
|
||||||
|
Loading…
Reference in New Issue
Block a user