altos/attiny: Don't initialize the CS pin in the general SPI setup
authorKeith Packard <keithp@keithp.com>
Wed, 31 Oct 2012 02:39:55 +0000 (19:39 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 31 Oct 2012 02:39:55 +0000 (19:39 -0700)
commite8a4a00a5bb333d4ee9601d53242a82dfe0372c2
tree34c700b5467c935a9eeab416d97bafe73f3d92ee
parentf7d2613bb0a6ab1c63e3f6252a3a2358fdfbc691
altos/attiny: Don't initialize the CS pin in the general SPI setup

Let the CS pin be configured by the driver, which can set the correct
value before enabling the output.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/attiny/ao_spi_attiny.c