requested style changes

This commit is contained in:
Hierophect 2019-11-21 14:30:07 -05:00
parent 3d1b6d9fc8
commit a96317d566

View File

@ -38,6 +38,8 @@
#define MAX_SPI 6 //TODO; replace this as part of periph cleanup
#define ALL_CLOCKS 0xFF
//arrays use 0 based numbering: SPI1 is stored at index 0
STATIC bool reserved_spi[MAX_SPI];
STATIC bool never_reset_spi[MAX_SPI];