halconf.h (320B)
1 // Copyright 2023-2025 HorrorTroll <https://github.com/HorrorTroll> 2 // Copyright 2023-2025 Zhaqian <https://github.com/zhaqian12> 3 // SPDX-License-Identifier: GPL-2.0-or-later 4 5 #pragma once 6 7 #define HAL_USE_ADC TRUE 8 9 #define HAL_USE_I2C TRUE 10 11 #define HAL_USE_PWM TRUE 12 13 #define HAL_USE_SPI TRUE 14 15 #include_next <halconf.h>