13 lines
203 B
C
13 lines
203 B
C
|
/*
|
||
|
* Copyright (c) 2023 ENE Technology Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef _KB1200_SOC_H_
|
||
|
#define _KB1200_SOC_H_
|
||
|
|
||
|
#include <cmsis_core_m_defaults.h>
|
||
|
|
||
|
#endif /* _KB1200_SOC_H_ */
|