mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
boards\xtensa: Fix Make style
- Remove spaces from make file Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
3d555976bb
commit
2f5055836b
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ ifeq ($(CONFIG_ESP_PCNT),y)
|
|||
CSRCS += esp32s2_board_pcnt.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_MMCSD_SPI), y)
|
||||
ifeq ($(CONFIG_MMCSD_SPI),y)
|
||||
CSRCS += esp32s2_board_sdmmc.c
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue