Advertisement
Guest User

Untitled

a guest
Jun 24th, 2022
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), 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.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. In file included from C:\Users\Cole Healey\OneDrive\Desktop\Lightsaber\ProffieOS\ProffieOS.ino:563:
  24.  
  25. C:\Users\Cole Healey\OneDrive\Desktop\Lightsaber\ProffieOS\config\myconfig6.h:311:2: error: expected '}' before ';' token
  26.  
  27. 311 | };
  28.  
  29. | ^
  30.  
  31. In file included from C:\Users\Cole Healey\OneDrive\Desktop\Lightsaber\ProffieOS\ProffieOS.ino:563:
  32.  
  33. C:\Users\Cole Healey\OneDrive\Desktop\Lightsaber\ProffieOS\config\myconfig6.h:40:20: note: to match this '{'
  34.  
  35. 40 | Preset presets[] = {
  36.  
  37. | ^
  38.  
  39. In file included from C:\Users\Cole Healey\OneDrive\Desktop\Lightsaber\ProffieOS\ProffieOS.ino:563:
  40.  
  41. C:\Users\Cole Healey\OneDrive\Desktop\Lightsaber\ProffieOS\config\myconfig6.h:311:2: error: too many initializers for 'Preset'
  42.  
  43. 311 | };
  44.  
  45. | ^
  46.  
  47. exit status 1
  48.  
  49. Error compiling for board Proffieboard V2.
  50.  
  51.  
  52.  
  53. This report would have more information with
  54. "Show verbose output during compilation"
  55. option enabled in File -> Preferences.
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement