Skip to content

Commit b20f4b0

Browse files
[bsp] Fix missing header file applications in ls2k
1 parent 42c0144 commit b20f4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bsp/ls2kdev/drivers/drv_spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/*@{*/
1515
#include <stdio.h>
1616
#include <stdlib.h>
17+
#include <stdint.h>
1718
#include <ctype.h>
1819
#include <rtthread.h>
1920
#include <drivers/spi.h>

0 commit comments

Comments
 (0)