klipper/src/linux
Kevin O'Connor cbd06f1433 linux: Fix typo causing config_reset to not fully restart
A typo in the code caused the wrong config_reset code to be run.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-10-15 21:05:08 -04:00
..
Kconfig linux: Add support for analog IIO devices 2017-09-20 12:55:28 -04:00
Makefile pru: Update installation and flash scripts 2017-09-20 12:55:28 -04:00
analog.c linux: Make sure to close fd on analog/pca9685 init failure 2017-10-14 00:22:21 -04:00
console.c linux: Add support for pca9685 i2c pwm devices 2017-09-20 12:55:28 -04:00
gpio.h linux: Add support for analog IIO devices 2017-09-20 12:55:28 -04:00
internal.h linux: Add support for pca9685 i2c pwm devices 2017-09-20 12:55:28 -04:00
main.c linux: Fix typo causing config_reset to not fully restart 2017-10-15 21:05:08 -04:00
pca9685.c linux: Make sure to close fd on analog/pca9685 init failure 2017-10-14 00:22:21 -04:00
spidev.c linux: Add support for spidev devices 2017-09-20 12:55:28 -04:00
timer.c sched: Don't shutdown on a "timer in the past" if already shutdown 2017-10-12 11:59:27 -04:00
watchdog.c