📄 error.c
字号:
#include "SPCE061A.h"
#include "LCD_Dis.h"
#include "Lcd320240.h"
#include "GUI.h"
#include "SPLC501_LCD.h"
#include "gps_head.h"
#include "uart.h"
#include "44b0x.h"
#include "Nand.h"
#include <string.h>
#include "Flashled.h"
#include "Cn_oS_head.h"
void Undef(void)
{
uart_put_string("\nUndef(void)\n");
while(1);
}
void SWI(void)
{
uart_put_string("\nSWI(void)\n");
while(1);
}
void P_abort(void)
{
uart_put_string("\nP_abort(void)\n");
while(1);
}
void D_abort(void)
{
uart_put_string("\nD_abort(void)\n");
while(1);
}
void NONE(void)
{
uart_put_string("\nNONE,FUCK!!!\n");
while(1);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -