Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. case MSG_KEYREMOTE_UNLOCK: {
  2. doUnlock();
  3. if (MSG_AUXILIARY){
  4. while (buf[0] == MSG_HEATER_ON){
  5. sendCanData(MSG_AUXILIARY,8,stopAux); delay(100);
  6. }
  7. }
  8. }
  9. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement