Advertisement
bikerjedi

error messages from Arduino 2

Feb 24th, 2022 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Arduino: 1.8.19 (Mac OS X), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. In file included from /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/ProffieOS.ino:564:
  14. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:378:2: error: expected '}' before ';' token
  15. 378 | };
  16. | ^
  17. In file included from /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/ProffieOS.ino:564:
  18. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:42:20: note: to match this '{'
  19. 42 | Preset presets[] = {
  20. | ^
  21. In file included from /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/ProffieOS.ino:564:
  22. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:378:2: error: too many initializers for 'Preset'
  23. 378 | };
  24. | ^
  25. exit status 1
  26. Error compiling for board Proffieboard V2.
  27.  
  28.  
  29. This report would have more information with
  30. "Show verbose output during compilation"
  31. option enabled in File -> Preferences.
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement