Files
TencentOS-tiny/arch/risc-v/common/tos_fault.h
2019-09-18 12:53:38 +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_ */