[bsp] Fix missing header file applications in ls2k

This commit is contained in:
yarra 2021-09-08 10:57:21 +08:00
parent 42c0144319
commit b20f4b0844

View File

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