Skip to content

Commit

Permalink
Add bootloader abort events to core, although they are ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Jan 20, 2025
1 parent 73dd400 commit ef31baf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/vscp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,18 @@ static inline void vscp_core_handleProtocolClassType(void)
/* Boot loader specific event. Not supported. */
break;

case VSCP_TYPE_PROTOCOL_BOOT_LOADER_ABORT:
/* Boot loader specific event. Not supported. */
break;

case VSCP_TYPE_PROTOCOL_BOOT_LOADER_ABORT_ACK:
/* Boot loader specific event. Not supported. */
break;

case VSCP_TYPE_PROTOCOL_BOOT_LOADER_ABORT_NACK:
/* Boot loader specific event. Not supported. */
break;

/* Not handled type */
default:
break;
Expand Down

0 comments on commit ef31baf

Please sign in to comment.