Advertisement
Cochese3

BC Button Error

Jul 28th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Arduino: 1.8.13 (Windows 10), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"
  2.  
  3. In file included from c:\users\rbern\appdata\local\temp\arduino_build_268760\sketch\props\saber_bc_buttons.h:315,
  4.  
  5. from sketch\config/SS_Obi_BC01.h:29,
  6.  
  7. from C:\Users\rbern\Desktop\ProffieOS\ProffieOS.ino:579:
  8.  
  9. c:\users\rbern\appdata\local\temp\arduino_build_268760\sketch\props\prop_base.h:381:24: error: macro "TRACE" passed 2 arguments, but takes just 1
  10.  
  11. 381 | TRACE(PROP, "start");
  12.  
  13. | ^
  14.  
  15. In file included from C:\Users\rbern\Desktop\ProffieOS\ProffieOS.ino:189:
  16.  
  17. sketch\common/monitoring.h:88: note: macro "TRACE" defined here
  18.  
  19. 88 | #define TRACE(X) do { } while(0)
  20.  
  21. |
  22.  
  23. In file included from c:\users\rbern\appdata\local\temp\arduino_build_268760\sketch\props\saber_bc_buttons.h:315,
  24.  
  25. from sketch\config/SS_Obi_BC01.h:29,
  26.  
  27. from C:\Users\rbern\Desktop\ProffieOS\ProffieOS.ino:579:
  28.  
  29. c:\users\rbern\appdata\local\temp\arduino_build_268760\sketch\props\prop_base.h:438:22: error: macro "TRACE" passed 2 arguments, but takes just 1
  30.  
  31. 438 | TRACE(PROP, "end");
  32.  
  33. | ^
  34.  
  35. In file included from C:\Users\rbern\Desktop\ProffieOS\ProffieOS.ino:189:
  36.  
  37. sketch\common/monitoring.h:88: note: macro "TRACE" defined here
  38.  
  39. 88 | #define TRACE(X) do { } while(0)
  40.  
  41. |
  42.  
  43. exit status 1
  44.  
  45. Error compiling for board Proffieboard V2.
  46.  
  47.  
  48.  
  49. This report would have more information with
  50. "Show verbose output during compilation"
  51. option enabled in File -> Preferences.
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement