You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
713 B
26 lines
713 B
/****************************************************************************
|
|
* @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. ***/
|
|
|