Browse Source

[bsp] Fix missing header file applications in ls2k

yarra 4 years ago
parent
commit
b20f4b0844
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/ls2kdev/drivers/drv_spi.c

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

@@ -14,6 +14,7 @@
 /*@{*/
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <ctype.h>
 #include <rtthread.h>
 #include <drivers/spi.h>