123456789101112131415161718192021222324252627 |
- /****************************************************************************
- * @file nutool_clkcfg.h
- * @version V1.05
- * @Date 2020/11/11-11:43:32
- * @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. ***/
|