only:SPI fun

This commit is contained in:
rusefillc 2024-02-26 12:28:14 -05:00
parent d69027b063
commit 39bd952f27
1 changed files with 3 additions and 0 deletions

View File

@ -342,7 +342,10 @@ typedef enum __attribute__ ((__packed__)) {
SPI_DEVICE_1 = 1,
SPI_DEVICE_2 = 2,
SPI_DEVICE_3 = 3,
// we do not seem to have much spi4 code
SPI_DEVICE_4 = 4,
// we seem to have zero SPI5 code
SPI_DEVICE_5 = 5,
} spi_device_e;
typedef enum __attribute__ ((__packed__)) {