/** * @file uart.h * @author chipsea * @brief * @version 0.1 * @date 2020-11-30 * @copyright Copyright (c) 2020, CHIPSEA Co., Ltd. * @note */ #ifndef __COMMON_H__ #define __COMMON_H__ extern uint8 g_largeHeap[]; void hard_fault(void); uint32_t osal_memory_statics(uint32 memTotalSize); #endif