halconf.h 205 B

123456789
  1. // Copyright 2023 Cole Smith (@boardsource)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define HAL_USE_I2C TRUE
  5. #define HAL_USE_PWM TRUE
  6. #define HAL_USE_SPI TRUE
  7. #include_next <halconf.h>