/* * Copyright (c) 2021, ATL Electronics * SPDX-License-Identifier: Apache-2.0 */ /** * @file SoC configuration header for the GD32F403 SoC series. */ #ifndef _SOC__H_ #define _SOC__H_ #include #ifndef _ASMLANGUAGE #include /* The GigaDevice HAL headers define this, but it conflicts with the Zephyr can.h */ #undef CAN_MODE_NORMAL #endif /* !_ASMLANGUAGE */ #endif /* _SOC__H_ */