Преглед изворни кода

Merge pull request #5030 from junchao98/local-dev

[bsp] Fix missing header file applications in ls2k
guo пре 4 година
родитељ
комит
00d42ef73c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      bsp/ls2kdev/drivers/drv_spi.c

+ 1 - 0
bsp/ls2kdev/drivers/drv_spi.c

@@ -15,6 +15,7 @@
 /*@{*/
 
 #include <stdlib.h>
+#include <stdint.h>
 #include <ctype.h>
 #include <stdint.h>
 #include <rtthread.h>