Restyled messages.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
411755dee4
commit
bc107de1b9
1 changed files with 4 additions and 4 deletions
|
|
@ -30,17 +30,17 @@ endif()
|
|||
option(ENABLE_DELAYED_BOOT "Enable/disable delayed boot" OFF)
|
||||
if(ENABLE_DELAYED_BOOT)
|
||||
add_definitions(-DPICO_XOSC_STARTUP_DELAY_MULTIPLIER=64)
|
||||
message("Enabling delayed boot")
|
||||
message(STATUS "Delayed boot:\t\t enabled")
|
||||
else()
|
||||
message("Disabling delayed boot")
|
||||
message(STATUS "Delayed boot:\t\t disabled")
|
||||
endif(ENABLE_DELAYED_BOOT)
|
||||
if(USB_ITF_HID)
|
||||
add_definitions(-DUSB_ITF_HID=1)
|
||||
message("Enabling USB HID interface")
|
||||
message(STATUS "USB HID Interface:\t\t enabled")
|
||||
endif(USB_ITF_HID)
|
||||
if(USB_ITF_CCID)
|
||||
add_definitions(-DUSB_ITF_CCID=1)
|
||||
message("Enabling USB CCID interface")
|
||||
message(STATUS "USB CCID Interface:\t\t enabled")
|
||||
endif(USB_ITF_CCID)
|
||||
add_definitions(-DDEBUG_APDU=${DEBUG_APDU})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue