Files
luban-lite/kernel/rt-thread/libcpu/avr32/uc3/interrupt.c
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

16 lines
372 B
C

/*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2010-03-30 Kyle Ported from STM32 to AVR32.
*/
#include <rtthread.h>
#include "compiler.h"
rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
rt_uint32_t rt_thread_switch_interrupt_flag;