..\EEP\EEP.c(249): error:  #268: declaration may not appear after executable statement in block

..\EEP\EEP.c(249): error:  #268: declaration may not appear after executable statement in block

主要原因:  ON_nWP;这个应该放在 

unsigned char Delay;
unsigned char ReData;

的后面。

 

..\EEP\EEP.c(249): error:  #268: declaration may not appear after executable statement in block

 

 

修改成功。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
猜你喜欢
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-09-28
  • 2022-12-23
相关资源
相似解决方案