commit | 64d72bbeeb68b536a27319471f212d413f58bf6f | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Fri Sep 10 11:26:42 2010 +0200 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Fri Sep 10 12:00:56 2010 +0200 |
tree | 3b36de76c98d8951425bd6af67580d474a7f4a41 | |
parent | 1879c45cce6411fe97b0b65ccad38f5206700dda [diff] |
AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMC The sd/mmc data structure is not used if SPI is selected. The configuration of PIO on the board prevent from using both interfaces at the same time (board dependent). Remove the warnings at compilation time adding a preprocessor condition. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>