4
0
mirror of https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32.git synced 2025-03-02 21:55:16 +08:00
armink 75cac116ef 1、【升级】RT-Thread至1.2.2版本。
Signed-off-by: armink <armink.ztl@gmail.com>
2014-10-27 19:40:03 +08:00

34 lines
1.1 KiB
C

/*
************************************************************************************************************************
* File : cpu_port.h
* By : xyou
* Version : V1.00.00
************************************************************************************************************************
*/
#ifndef _CPU_PORT_H_
#define _CPU_PORT_H_
/*
*********************************************************************************************************
* CPU INTERRUPT PRIORITY
*********************************************************************************************************
*/
#define CPU_INTERRUPT_YIELD 0x00
#define CPU_INTERRUPT_TICK 0x01
/*
*********************************************************************************************************
* FUNCTION PROTOTYPES
*********************************************************************************************************
*/
void TriggerSimulateInterrupt(rt_uint32_t IntIndex);
void WinThreadScheduler(void);
#endif /* _CPU_PORT_H_ */