altos: Add support for multiple SPI busses and sharing device drivers
[fw/altos] / src / avr / ao_pins.h
index bf02db1b8e4dc1e0b2de54cf1b8af6c5f81210bd..6a63468f84741c43625326553449f0827ef47275 100644 (file)
@@ -85,4 +85,7 @@
        #define SPI_SLAVE_PIN_2_5       0
 #endif
 
+#define AO_M25_SPI_CS_PORT     SPI_CS_PORT
+#define AO_M25_SPI_CS_MASK     M25_CS_MASK
+
 #endif /* _AO_PINS_H_ */