mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-30 05:21:53 -06:00
serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST
Rename the build symbol. This is in preparation for enabling HAVE_BOOTLOADER_REQUEST on usb and canbus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
4753315601
commit
4ca1e5f670
4 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ config STM32_SELECT
|
|||
select HAVE_STRICT_TIMING
|
||||
select HAVE_CHIPID
|
||||
select HAVE_STEPPER_BOTH_EDGE
|
||||
select SERIAL_BOOTLOADER_SIDECHANNEL
|
||||
select HAVE_BOOTLOADER_REQUEST
|
||||
|
||||
config BOARD_DIRECTORY
|
||||
string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue