修正1.14寸屏幕垂直偏置并添加自动清屏以清除开机噪声;修正新硬件射频收发引脚对调,低功耗唤醒中断重定向至P3.6中断16;添加一键串口收发诊断测试指令,并临时屏蔽SOS物理按键
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
#include "event.h"
|
||||
#include "system.h"
|
||||
#include "database.h"
|
||||
#include "clock.h"
|
||||
#include "../Drivers/rf.h"
|
||||
|
||||
// 外部全局变量引用
|
||||
extern SystemState current_state;
|
||||
extern u8 current_sec;
|
||||
extern u8 captured_type;
|
||||
extern u32 captured_addr;
|
||||
extern volatile u16 ms_tick;
|
||||
|
||||
Reference in New Issue
Block a user