19 lines
235 B
C
19 lines
235 B
C
|
/*
|
||
|
* Copyright (c) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __MEC_SOC_H
|
||
|
#define __MEC_SOC_H
|
||
|
|
||
|
#define SYSCLK_DEFAULT_IOSC_HZ MHZ(48)
|
||
|
|
||
|
#ifndef _ASMLANGUAGE
|
||
|
|
||
|
#include "MCHP_MEC1701.h"
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|