Remove comment

This commit is contained in:
pchmura4 2024-02-26 19:26:16 +01:00 committed by rusefillc
parent 881a8905d4
commit 667f86e389
1 changed files with 0 additions and 1 deletions

View File

@ -344,7 +344,6 @@ typedef enum __attribute__ ((__packed__)) {
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_6 = 6,
} spi_device_e;