" Undefined reference to `xPortGetFreeHeapSizeCaps(unsigned int) when compiling" if i remove "printf("\n free 32bit heap is %d",xPortGetFreeHeapSizeCaps(MALLOC_CAP_32BIT));" i can compile and enter SmbDaemon() However, If i directly call printf("\n free 32bit heap is %d",xPortGet...