[bsp][lpc55sxx]update: add missing library (#7408)
This commit is contained in:
parent
2b9a095c77
commit
8964fb70ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue