Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
CXSforHPU committed Sep 13, 2024
1 parent e4c3029 commit 17c03d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsp/bouffalo_lab/bl808/m0/board/wlan_port/drv_wifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ static rt_err_t drv_wlan_softap(struct rt_wlan_device *wlan, struct rt_ap_info *
}

if (ret < 0)
return RT_ERROR;
return -RT_ERROR;

return RT_EOK;
}
Expand Down
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 17c03d6

Please sign in to comment.