halconf.h 136 B

1234567
  1. #pragma once
  2. #define HAL_USE_SPI TRUE
  3. #define SPI_USE_WAIT TRUE
  4. #define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
  5. #include_next <halconf.h>