ソースを参照

!77 修正raspi4-32userapps 的编译警告
Merge pull request !77 from zengfanpepipig/raspi4-32

bernard 5 年 前
コミット
e610f22193
1 ファイル変更1 行追加1 行削除
  1. 1 1
      bsp/raspberry-pi/raspi4-32/applications/main.c

+ 1 - 1
bsp/raspberry-pi/raspi4-32/applications/main.c

@@ -7,7 +7,7 @@
  * Date           Author       Notes
  * 2017-5-30     bernard       the first version
  */
-
+#include <rtthread.h>
 #include <stdio.h>
 
 int main(int argc, char** argv)