Skip to content

Commit bd7d011

Browse files
author
Alexander Preißner
committed
fix: BSP: Replace spaces with tabs
* Replaced all spaces with tabs to conform with Zephyr style guide Signed-Off-By: Alexander Preißner <[email protected]> Closes zephyrproject-rtos#25
1 parent 2d86793 commit bd7d011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/arm/akita_gen2/Kconfig.defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ endif # ADC
7070
if SPI
7171

7272
config SPI_0
73-
def_bool n
73+
def_bool n
7474

7575
config SPI_0_IRQ_PRI
76-
default 10
76+
default 10
7777

7878
endif # SPI
7979

0 commit comments

Comments
 (0)