Merge pull request #5030 from junchao98/local-dev

[bsp] Fix missing header file applications in ls2k
This commit is contained in:
guo 2021-09-28 09:36:55 +08:00 committed by GitHub
commit 00d42ef73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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