nrf5/boards: Disable SPI hal from pca10001 board.

This commit is contained in:
Glenn Ruben Bakke 2017-01-08 16:28:18 +01:00
parent ec44f6427b
commit 014e650499
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define NRF51_HAL_CONF_H__
#define HAL_UART_MODULE_ENABLED
#define HAL_SPI_MODULE_ENABLED
// #define HAL_SPI_MODULE_ENABLED
#define HAL_TIME_MODULE_ENABLED
#endif // NRF51_HAL_CONF_H__