halconf.h 211 B

123456789101112
  1. // Copyright 2023 jpe230 (@jpe230)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include_next <halconf.h>
  5. #undef HAL_USE_SPI
  6. #define HAL_USE_SPI TRUE
  7. #undef HAL_USE_PWM
  8. #define HAL_USE_PWM TRUE