tests/periph_spi: fix usage of board specific LED define

This commit is contained in:
Thomas Eichinger 2014-09-25 13:59:12 +02:00
parent 934eb44c13
commit 89608b613e

View File

@ -134,11 +134,11 @@ void slave_on_cs(void *arg)
{
(void)arg;
LD3_ON;
LED_RED_ON;
spi_transmission_begin(spi_dev, 'F');
state = 0;
rw = INIT;
LD3_OFF;
LED_RED_OFF;
}
char slave_on_data(char data)