Skip to content

Commit dc48c7b

Browse files
authored
Correct Flash Addressing w/ sensor mod (#369)
1 parent a00897f commit dc48c7b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

boards/arm/sensor_module/sensor_module_defconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CONFIG_SPI_STM32_DMA=y
2222
CONFIG_SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY=y
2323
# sector erase time typical is 45ms
2424
#CONFIG_SPI_NOR_SLEEP_ERASE_MS=20
25-
#CONFIG_SPI_NOR_SFDP_RUNTIME=y
25+
CONFIG_SPI_NOR_SFDP_RUNTIME=y
2626
# CONFIG_SPI_RTIO=y
2727
CONFIG_LED=y
2828

@@ -35,4 +35,5 @@ CONFIG_BMP388=y
3535
CONFIG_LSM6DSL=y
3636
CONFIG_ADXL375=y
3737
CONFIG_MS5611=y
38-
CONFIG_LSM6DSL_ACCEL_FS=16
38+
CONFIG_LSM6DSL_ACCEL_FS=16
39+

0 commit comments

Comments
 (0)