原始版本
This commit is contained in:
20
RT_Thread/libcpu/avr32/uc3/cpu.c
Normal file
20
RT_Thread/libcpu/avr32/uc3/cpu.c
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2006-2022, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2010-03-30 Kyle First version
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
/**
|
||||
* @addtogroup AVR32UC3
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
|
||||
|
||||
/*@}*/
|
||||
Reference in New Issue
Block a user