Skip to content

Commit

Permalink
Put a patch for adding dev in the sdio,serial,touch,watchdog and wlan
Browse files Browse the repository at this point in the history
  • Loading branch information
CXSforHPU committed Sep 12, 2024
1 parent 53ecf55 commit 20d55a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bsp/k210/drivers/drv_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <rtthread.h>
#include <rtdevice.h>
#include <spi.h>

#ifdef RT_USING_SPI
#include "drv_spi.h"
Expand Down
2 changes: 1 addition & 1 deletion components/drivers/spi/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if GetDepend('RT_USING_SPI_BITOPS'):
src += ['dev_spi_bit_ops.c']

if GetDepend('RT_USING_QSPI'):
src += ['dev_spi_core.c']
src += ['dev_qspi_core.c']

src_device = []

Expand Down
File renamed without changes.

0 comments on commit 20d55a4

Please sign in to comment.