Skip to content

Commit 4cc7241

Browse files
committed
pbio/platform/prime_hub: Increase heap.
This ensures there is some breathing room even with all slots chock full.
1 parent ef39688 commit 4cc7241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/platform/prime_hub/pbdrvconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define PBDRV_CONFIG_BLUETOOTH_BTSTACK_HUB_VARIANT_ADDR 0x08007d80
3535

3636
#define PBDRV_CONFIG_BLOCK_DEVICE (1)
37-
#define PBDRV_CONFIG_BLOCK_DEVICE_RAM_SIZE (258 * 1024)
37+
#define PBDRV_CONFIG_BLOCK_DEVICE_RAM_SIZE ((256 + 16) * 1024)
3838
#define PBDRV_CONFIG_BLOCK_DEVICE_W25QXX_STM32 (1)
3939
#define PBDRV_CONFIG_BLOCK_DEVICE_W25QXX_STM32_W25Q256 (1)
4040
// Carve out 256K from the reserved 1M area at the start of the flash.

0 commit comments

Comments
 (0)