mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-11 04:48:15 +02:00
Restyled messages.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -30,17 +30,17 @@ endif()
|
|||||||
option(ENABLE_DELAYED_BOOT "Enable/disable delayed boot" OFF)
|
option(ENABLE_DELAYED_BOOT "Enable/disable delayed boot" OFF)
|
||||||
if(ENABLE_DELAYED_BOOT)
|
if(ENABLE_DELAYED_BOOT)
|
||||||
add_definitions(-DPICO_XOSC_STARTUP_DELAY_MULTIPLIER=64)
|
add_definitions(-DPICO_XOSC_STARTUP_DELAY_MULTIPLIER=64)
|
||||||
message("Enabling delayed boot")
|
message(STATUS "Delayed boot:\t\t enabled")
|
||||||
else()
|
else()
|
||||||
message("Disabling delayed boot")
|
message(STATUS "Delayed boot:\t\t disabled")
|
||||||
endif(ENABLE_DELAYED_BOOT)
|
endif(ENABLE_DELAYED_BOOT)
|
||||||
if(USB_ITF_HID)
|
if(USB_ITF_HID)
|
||||||
add_definitions(-DUSB_ITF_HID=1)
|
add_definitions(-DUSB_ITF_HID=1)
|
||||||
message("Enabling USB HID interface")
|
message(STATUS "USB HID Interface:\t\t enabled")
|
||||||
endif(USB_ITF_HID)
|
endif(USB_ITF_HID)
|
||||||
if(USB_ITF_CCID)
|
if(USB_ITF_CCID)
|
||||||
add_definitions(-DUSB_ITF_CCID=1)
|
add_definitions(-DUSB_ITF_CCID=1)
|
||||||
message("Enabling USB CCID interface")
|
message(STATUS "USB CCID Interface:\t\t enabled")
|
||||||
endif(USB_ITF_CCID)
|
endif(USB_ITF_CCID)
|
||||||
add_definitions(-DDEBUG_APDU=${DEBUG_APDU})
|
add_definitions(-DDEBUG_APDU=${DEBUG_APDU})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user