Removing the error condition if the processor isn't known.

This commit is contained in:
JOhn Aughey 2016-07-15 09:37:15 -05:00
parent 5590ecf603
commit c8d25ac7cf
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@
#define SPI_IO_AF_MOSI_CFG IO_CONFIG(GPIO_Mode_AF_PP, GPIO_Speed_50MHz)
#define SPI_IO_AF_MISO_CFG IO_CONFIG(GPIO_Mode_IN_FLOATING, GPIO_Speed_50MHz)
#define SPI_IO_CS_CFG IO_CONFIG(GPIO_Mode_Out_PP, GPIO_Speed_50MHz)
#else
#error "Unknown processor"
#endif
/*