Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Arduino:1.8.4 (Windows XP), Scheda:"Anet V1.0"
  2.  
  3. In file included from sketch\Marlin_main.cpp:320:0:
  4.  
  5. endstop_interrupts.h:124: error: missing binary operator before token "("
  6.  
  7. #if (digitalPinToInterrupt(X_MIN_PIN) != NOT_AN_INTERRUPT)
  8.  
  9. ^
  10.  
  11. endstop_interrupts.h:144: error: missing binary operator before token "("
  12.  
  13. #if (digitalPinToInterrupt(Y_MIN_PIN) != NOT_AN_INTERRUPT)
  14.  
  15. ^
  16.  
  17. endstop_interrupts.h:164: error: missing binary operator before token "("
  18.  
  19. #if (digitalPinToInterrupt(Z_MIN_PIN) != NOT_AN_INTERRUPT)
  20.  
  21. ^
  22.  
  23. exit status 1
  24. missing binary operator before token "("
  25.  
  26. Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
  27. "Mostra un output dettagliato durante la compilazione"
  28. in "File -> Impostazioni"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement