Commit 81782dbd authored by 何锐's avatar 何锐

feat:修改自走最大步骤

parent 07ffac9d
......@@ -497,7 +497,7 @@ interrupt void Api_RTC_isr(void)
RT_2s = null;
Key.CAN_Step++;
if(Key.CAN_Step > 1)
if(Key.CAN_Step > STEP_MAX)
{
Key.CAN_Step = 0;
}
......
......@@ -2,8 +2,6 @@
#include "../App_Headers/includes.h"
#include "../Library/TimeCtrl.h"
#define STEP_MAX 6//34//����
void All_Lamp_TurnOn(void);
void APP_Test_Init(void){
......
......@@ -7,6 +7,8 @@
#define EXTERN_APP_TEST extern
#endif
#define STEP_MAX 6
#ifndef APP_TEDT_H_
#define APP_TEDT_H_
......
......@@ -57,3 +57,14 @@ File3=
[Turbo_BDM_Light]
TARGET_FREQUENCY_RATIO=2000000
TARGET_FREQUENCY=16000000
[Recent Applications File List]
File0=C:\Users\He\Desktop\Testing_Bench_260119.s19
File1=
File2=
File3=
LoadFlags0=AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
LoadFlags1=
LoadFlags2=
LoadFlags3=
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment