[bsp][lpc55sxx]update: add missing library (#7408)

This commit is contained in:
Shicheng Chu 2023-04-28 19:24:17 +08:00 committed by GitHub
parent 2b9a095c77
commit 8964fb70ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -15,11 +15,14 @@
#include <rtdevice.h>
#include "drv_pin.h"
#ifdef RT_USING_SDIO
#include "dfs_fs.h"
#endif
/* defined the LED pin: GPIO1_IO4 */
/* GPIO1_4 is Blue LED */
#define LEDB_PIN GET_PINS(1, 4)
int main(void)
{
#if defined(__CC_ARM)