magic constant bad

This commit is contained in:
rusefillc 2024-02-26 14:30:08 -05:00
parent 6257957e10
commit 86b9d1819d
1 changed files with 2 additions and 1 deletions

View File

@ -342,12 +342,13 @@ 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,
SPI_DEVICE_5 = 5,
SPI_DEVICE_6 = 6,
} spi_device_e;
#define SPI_TOTAL_COUNT 6
typedef enum __attribute__ ((__packed__)) {
BMW_e46 = 0,
W202 = 1,