log fix (added f_extend), other changes

This commit is contained in:
ggw
2026-05-24 09:37:56 -05:00
parent 19e646286f
commit 7d7297b12f
54 changed files with 294 additions and 7603 deletions
+2 -2
View File
@@ -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)
{