zephyr/samples/drivers/eeprom/overlay-shell.conf
Reto Schneider 1c1801ee7f drivers: eeprom: Fix format strings
Building for native_posix_64 exposes faulty format strings.

Changes in this commit also ensure that the shell code gets built in CI,
thus this kind of problem can not be introduced again later on.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
2022-08-07 14:29:36 +01:00

4 lines
75 B
Plaintext

# Ensure EEPROM shell can be compiled
CONFIG_SHELL=y
CONFIG_EEPROM_SHELL=y