A27R版本修改

This commit is contained in:
2025-05-17 14:22:08 +08:00
parent 0fd28aa974
commit 3b3c63f1f3
388 changed files with 319982 additions and 30872 deletions

View File

@ -92,7 +92,7 @@ int carlink_cp_init();
**********************/
#ifdef VG_DRIVER
#pragma data_alignment=1024
#define VG_HEAP_SIZE 0xc00000
#define VG_HEAP_SIZE 0xd00000
__no_init static uint8_t vgHeap[VG_HEAP_SIZE];
#endif