Skip to content
  • Zachary T Welch's avatar
    add FLASH_BANK_COMMAND_HANDLER macro · 57c5c5f4
    Zachary T Welch authored
    The FLASH_BANK_COMMAND_HANDLER provides an extended command handler
    using the __COMMAND_HANDLER macro, whereby changing that macro is
    sufficient to update flash handlers with the new signature.  It also
    enforces uniform style and scope when implementing this handler.
    57c5c5f4