8 lines
136 B
C
8 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
#define HAL_USE_SPI TRUE
|
||
|
#define SPI_USE_WAIT TRUE
|
||
|
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||
|
|
||
|
#include_next <halconf.h>
|