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