diff options
Diffstat (limited to 'extmod/modbluetooth.h')
-rw-r--r-- | extmod/modbluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modbluetooth.h b/extmod/modbluetooth.h index 6fe8d66ed3..630a270523 100644 --- a/extmod/modbluetooth.h +++ b/extmod/modbluetooth.h @@ -84,7 +84,7 @@ #define MP_BLUETOOTH_DEFAULT_ATTR_LEN (20) #endif -#define MP_BLUETOOTH_CCCB_LEN (2) +#define MP_BLUETOOTH_CCCD_LEN (2) // Advertisement packet lengths #define MP_BLUETOOTH_GAP_ADV_MAX_LEN (32) |