Commit 2dc24bba authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Carles Cufi
Browse files

soc: arm: gigadevice: gd32f403: cleanup soc.h



- Remove unnecessary include guard
- Fix comments

Signed-off-by: default avatarGerard Marull-Paretas <gerard@teslabs.com>
parent 96966d18
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -4,10 +4,7 @@
 */

/**
 * @file
 * @brief Board configuration macros
 *
 * This header file is used to specify and describe board-level aspects
 * @file SoC configuration header for the GD32F403 SoC series.
 */

#ifndef _SOC__H_
@@ -16,16 +13,8 @@
#include <sys/util.h>

#ifndef _ASMLANGUAGE

/* Add include for DTS generated information */
#include <devicetree.h>

#if defined(CONFIG_SOC_SERIES_GD32F403)
#include <gd32f403.h>
#else
#error Library does not support the specified device.
#endif

#endif /* !_ASMLANGUAGE */

#endif /* _SOC__H_ */