27 lines
713 B
C
27 lines
713 B
C
/****************************************************************************
|
|
* @file nutool_clkcfg.h
|
|
* @version V1.05
|
|
* @Date 2020/04/15-11:28:38
|
|
* @brief NuMicro generated code file
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
* Copyright (C) 2013-2020 Nuvoton Technology Corp. All rights reserved.
|
|
*****************************************************************************/
|
|
|
|
#ifndef __NUTOOL_CLKCFG_H__
|
|
#define __NUTOOL_CLKCFG_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
#undef __HXT
|
|
#define __HXT (12000000UL) /*!< High Speed External Crystal Clock Frequency */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif /*__NUTOOL_CLKCFG_H__*/
|
|
|
|
/*** (C) COPYRIGHT 2013-2020 Nuvoton Technology Corp. ***/
|