altos/cc1200: Adjust bit-sync configuration
[fw/altos] / src / drivers / ao_at45db161d.c
index afe0080b87f78243e5f947b45549d8cf3e4a5833..e7e74153db6c46298eba0556e088380d24351f8f 100644 (file)
@@ -43,9 +43,9 @@ __xdata uint8_t ao_flash_mutex;
        _asm nop _endasm; \
 } while(0)
 
-#define ao_flash_cs_low()      ao_spi_get_bit(FLASH_CS, AO_FLASH_SPI_BUS)
+#define ao_flash_cs_low()      ao_spi_get_bit(FLASH_CS_PORT, FLASH_CS_PIN, FLASH_CS, AO_FLASH_SPI_BUS, AO_SPI_SPEED_FAST)
 
-#define ao_flash_cs_high()     ao_spi_put_bit(FLASH_CS, AO_FLASH_SPI_BUS)
+#define ao_flash_cs_high()     ao_spi_put_bit(FLASH_CS_PORT, FLASH_CS_PIN, FLASH_CS, AO_FLASH_SPI_BUS)
 
 struct ao_flash_instruction {
        uint8_t instruction;