Update_Veriants.c 197 B

1234567
  1. #include "CommandsDefine.h"
  2. #include "usart.h"
  3. u8 Updating=0;
  4. u8 UpdateWhat=RUNNING_AT_APP;//0=boot ,1=app
  5. u8 UpdateVerifyStage1OK=0;
  6. u8 UpdateVerifyStage2OK=0;
  7. u32 UpdateRecvedContentBytes=0;