log fix (added f_extend), other changes
This commit is contained in:
@@ -66,7 +66,7 @@ uint8_t uart_to_l452_data[1];
|
||||
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
uint16_t SizeArrwrite = 1;
|
||||
uint16_t SizeArrread = 128;
|
||||
uint16_t SizeArrread = 248;
|
||||
|
||||
/**
|
||||
* START of Section BLE_DRIVER_CONTEXT
|
||||
@@ -363,7 +363,7 @@ void SVCCTL_InitCustomSvc(void)
|
||||
ATTR_PERMISSION_NONE,
|
||||
GATT_DONT_NOTIFY_EVENTS,
|
||||
0x10,
|
||||
CHAR_VALUE_LEN_CONSTANT,
|
||||
CHAR_VALUE_LEN_VARIABLE,
|
||||
&(CustomContext.CustomArrreadHdle));
|
||||
if (ret != BLE_STATUS_SUCCESS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user