Files
TencentOS-tiny/arch/msp430/common/include/tos_fault.h
2019-11-18 19:43:41 +08:00

11 lines
141 B
C

#ifndef _TOS_FAULT_H_
#define _TOS_FAULT_H_
#if TOS_CFG_FAULT_BACKTRACE_EN > 0u
#error "unsupport now"
#endif
#endif /* _TOS_FAULT_H_ */