摘要: RTX5文档里有这么一段代码 1 enum osStatus_t { 2 osOK = 0, 3 osError = -1, 4 osErrorTimeout = -2, 5 osErrorResource = -3, 6 osErrorParameter = -4, 7 osErrorNoMemo 阅读全文
posted @ 2025-05-23 12:07 蓝bleu 阅读(101) 评论(0) 推荐(0)