
笔记
大清河
自动化
展开
-
ZBIT、UBIT是什么?
void osal_start_system( void ){#if !defined ( ZBIT ) && !defined ( UBIT ) for(;;) // Forever Loop#endif { osal_run_system(); }}TI官方论坛中的答案: ZBIT is a compile option that is原创 2017-04-03 22:10:04 · 3501 阅读 · 1 评论 -
C# StructLayout 是否缺少usring 指令或程序集引用
StructLayout 用于说明 C# struct 结构,需要在cs文件里增加入下代码:using System.Runtime.InteropServices;问题解决。原创 2018-09-05 20:08:52 · 951 阅读 · 0 评论