zephyr/drivers/stepper
Fabio Baltieri 5e2203a6cd stepper: shell: fix uninitialized variable compiler warning
Fixes:

/__w/zephyr/zephyr/include/zephyr/drivers/stepper.h:429:16: error:
'direction' may be used uninitialized [-Werror=maybe-uninitialized]

found with:

west build -p -b esp32s3_touch_lcd_1_28/esp32s3/appcpu -T
tests/drivers/stepper/shell/drivers.stepper.shell

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-09-30 17:13:07 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.fake
Kconfig.gpio
fake_stepper_controller.c
gpio_stepper_controller.c
stepper_shell.c stepper: shell: fix uninitialized variable compiler warning 2024-09-30 17:13:07 +01:00