zephyr/drivers/eeprom
Nick Ward 30fe8702de drivers: eeprom_emulator: fix compile warning
Fixes compile warning:
drivers/eeprom/eeprom_emulator.c:645:13:
warning: 'rc' may be used uninitialized [-Wmaybe-uninitialized]
  645 |         int rc;

Signed-off-by: Nick Ward <nix.ward@gmail.com>
2023-11-06 23:59:05 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.eeprom_emu
Kconfig.lpc11u6x
Kconfig.mb85rcxx
Kconfig.stm32
Kconfig.tmp116
Kconfig.xec
eeprom_at2x.c
eeprom_at2x_emul.c
eeprom_emulator.c drivers: eeprom_emulator: fix compile warning 2023-11-06 23:59:05 +01:00
eeprom_fake.c
eeprom_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
eeprom_lpc11u6x.c
eeprom_mb85rcxx.c
eeprom_mchp_xec.c
eeprom_shell.c
eeprom_simulator.c
eeprom_stm32.c
eeprom_tmp116.c