Skip to content

Commit c8abf88

Browse files
authored
Add SP5_HOST_CPU to SpComponent list (#297)
1 parent d1e191b commit c8abf88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gateway-messages/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ impl SpComponent {
369369
/// The `sp3` host CPU.
370370
pub const SP3_HOST_CPU: Self = Self { id: *b"sp3-host-cpu\0\0\0\0" };
371371

372+
/// The `sp5` host CPU.
373+
pub const SP5_HOST_CPU: Self = Self { id: *b"sp5-host-cpu\0\0\0\0" };
374+
372375
/// The host CPU boot flash.
373376
pub const HOST_CPU_BOOT_FLASH: Self = Self { id: *b"host-boot-flash\0" };
374377

0 commit comments

Comments
 (0)