Ignore:
Timestamp:
Aug 21, 2020, 9:03:08 AM (4 years ago)
Author:
coas-nagasima
Message:

まずは、Azure IoT に接続できるようAIを停止。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_riscv/trunk/app_iothub_client/src/main.c

    r453 r454  
    7979#define SVC_PERROR(expr)        svc_perror(__FILE__, __LINE__, #expr, (expr))
    8080
    81 /*static*/ uint32_t heap_area[256*1024] __attribute((section(".heap")));
     81/*static*/ uint32_t heap_area[512*1024] __attribute((section(".heap")));
    8282
    8383intptr_t heap_param[2] = {
Note: See TracChangeset for help on using the changeset viewer.