diff options
Diffstat (limited to 'cpu/arm920t/at91rm9200/spi.c')
-rw-r--r-- | cpu/arm920t/at91rm9200/spi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm920t/at91rm9200/spi.c b/cpu/arm920t/at91rm9200/spi.c index 7469e53..265d185 100644 --- a/cpu/arm920t/at91rm9200/spi.c +++ b/cpu/arm920t/at91rm9200/spi.c @@ -148,6 +148,4 @@ unsigned int AT91F_SpiWrite ( AT91PS_DataflashDesc pDesc ) return DATAFLASH_OK; } - #endif - |