kehuadong

2023年3月6日

记录MDK的一个堆栈问题

摘要: static uint8_t _GetFlag(void) { uint8_t buffer[1024]; ... return buffer[0] == 0x01 || buffer[0] == 0x02; } int main() { if (!_GetFlag()) { ... } // 注意 阅读全文

posted @ 2023-03-06 22:50 kehuadong 阅读(19) 评论(0) 推荐(0) 编辑

导航