Advertisement
Guest User

Untitled

a guest
Mar 20th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Arduino: 1.8.19 (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\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  24.  
  25. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:97:2: error: expected '}' before ';' token
  26.  
  27. 97 | };
  28.  
  29. | ^
  30.  
  31. In file included from C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  32.  
  33. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:44:4: note: to match this '{'
  34.  
  35. 44 | { "SmthFuzz", "tracks/uranus.wav",
  36.  
  37. | ^
  38.  
  39. In file included from C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  40.  
  41. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:97:2: error: expected '}' before ';' token
  42.  
  43. 97 | };
  44.  
  45. | ^
  46.  
  47. In file included from C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  48.  
  49. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:25:4: note: to match this '{'
  50.  
  51. 25 | { "TeensySF", "tracks/venus.wav",
  52.  
  53. | ^
  54.  
  55. In file included from C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  56.  
  57. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:97:2: error: expected '}' before ';' token
  58.  
  59. 97 | };
  60.  
  61. | ^
  62.  
  63. In file included from C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  64.  
  65. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:24:20: note: to match this '{'
  66.  
  67. 24 | Preset presets[] = {
  68.  
  69. | ^
  70.  
  71. In file included from C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\ProffieOS.ino:593:
  72.  
  73. C:\Users\Dawn Johnson\Dropbox\My PC (DESKTOP-0LK3DFB)\Desktop\PROFFI5.9\ProffieOS\config\default_proffieboard_config.h:97:2: error: too many initializers for 'Preset'
  74.  
  75. 97 | };
  76.  
  77. | ^
  78.  
  79. exit status 1
  80.  
  81. Error compiling for board Proffieboard V2.
  82.  
  83.  
  84.  
  85. This report would have more information with
  86. "Show verbose output during compilation"
  87. option enabled in File -> Preferences.
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement