Guest User

Untitled

a guest
Jun 24th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.47 KB | None | 0 0
  1.     if((flash4.EgoOption == 2) || (flash4.EgoOption == 4))  {
  2.         if (flash4.ego2port < 0x7) {
  3.             if ( ((adctest & 0x80) & (flash4.ego2port == 7))
  4.                     || ((adctest & 0x40) & (flash4.ego2port == 6)) ){
  5.                 conf_err = 2;
  6.             } else {
  7.                 if (flash4.ego2port == 6) {
  8.                     adctest |= 0x40;
  9.                 } else if (flash4.ego2port == 7) {
  10.                     adctest |= 0x80;
  11.                 }
Add Comment
Please, Sign In to add comment