Guest User

Untitled

a guest
Dec 15th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.75 KB | None | 0 0
  1. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:59: warning: excess elements in array initializer
  2.  
  3. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  4.  
  5. ^
  6.  
  7. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:59: note: (near initialization for 'config_descriptor')
  8.  
  9. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:61: warning: excess elements in array initializer
  10.  
  11. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  12.  
  13. ^
  14.  
  15. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:61: note: (near initialization for 'config_descriptor')
  16.  
  17. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:63: warning: excess elements in array initializer
  18.  
  19. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  20.  
  21. ^
  22.  
  23. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:63: note: (near initialization for 'config_descriptor')
  24.  
  25. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:65: warning: excess elements in array initializer
  26.  
  27. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  28.  
  29. ^
  30.  
  31. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:65: note: (near initialization for 'config_descriptor')
  32.  
  33. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:67: warning: excess elements in array initializer
  34.  
  35. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  36.  
  37. ^
  38.  
  39. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:67: note: (near initialization for 'config_descriptor')
  40.  
  41. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:69: warning: excess elements in array initializer
  42.  
  43. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  44.  
  45. ^
  46.  
  47. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:69: note: (near initialization for 'config_descriptor')
  48.  
  49. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:71: warning: excess elements in array initializer
  50.  
  51. 27,33,0,1,1,1,131,64,1,4,32,22,133,0,0,0,0,0,0,22,5,0,0,0,0,0,0,
  52.  
  53. ^
  54.  
  55. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1454:71: note: (near initialization for 'config_descriptor')
  56.  
  57. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1456:9: warning: excess elements in array initializer
  58.  
  59. 7, // bLength (length of ep3in descriptor 7 bytes)
  60.  
  61. ^
  62.  
  63. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1456:9: note: (near initialization for 'config_descriptor')
  64.  
  65. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1457:9: warning: excess elements in array initializer
  66.  
  67. 5, // bDescriptorType (5 is endpoint)
  68.  
  69. ^
  70.  
  71. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1457:9: note: (near initialization for 'config_descriptor')
  72.  
  73. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1458:9: warning: excess elements in array initializer
  74.  
  75. 0x83, // bEndpointAddress (0x83 is IN3)
  76.  
  77. ^
  78.  
  79. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1458:9: note: (near initialization for 'config_descriptor')
  80.  
  81. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1459:9: warning: excess elements in array initializer
  82.  
  83. 0x03, // bmAttributes (0x03 is interrupt no synch, usage type data)
  84.  
  85. ^
  86.  
  87. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1459:9: note: (near initialization for 'config_descriptor')
  88.  
  89. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1460:9: warning: excess elements in array initializer
  90.  
  91. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  92.  
  93. ^
  94.  
  95. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1460:9: note: (near initialization for 'config_descriptor')
  96.  
  97. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1460:15: warning: excess elements in array initializer
  98.  
  99. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  100.  
  101. ^
  102.  
  103. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1460:15: note: (near initialization for 'config_descriptor')
  104.  
  105. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1461:9: warning: excess elements in array initializer
  106.  
  107. 2, // bInterval (polling interval in frames 2 frames)
  108.  
  109. ^
  110.  
  111. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1461:9: note: (near initialization for 'config_descriptor')
  112.  
  113. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1463:9: warning: excess elements in array initializer
  114.  
  115. 7, // bLength (length of ep4out descriptor 7 bytes)
  116.  
  117. ^
  118.  
  119. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1463:9: note: (near initialization for 'config_descriptor')
  120.  
  121. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1464:9: warning: excess elements in array initializer
  122.  
  123. 5, // bDescriptorType (5 is endpoint)
  124.  
  125. ^
  126.  
  127. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1464:9: note: (near initialization for 'config_descriptor')
  128.  
  129. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1465:9: warning: excess elements in array initializer
  130.  
  131. 0x04, // bEndpointAddress (0x04 is OUT4)
  132.  
  133. ^
  134.  
  135. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1465:9: note: (near initialization for 'config_descriptor')
  136.  
  137. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1466:9: warning: excess elements in array initializer
  138.  
  139. 0x03, // bmAttributes (0x03 is interrupt no synch, usage type data)
  140.  
  141. ^
  142.  
  143. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1466:9: note: (near initialization for 'config_descriptor')
  144.  
  145. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1467:9: warning: excess elements in array initializer
  146.  
  147. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  148.  
  149. ^
  150.  
  151. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1467:9: note: (near initialization for 'config_descriptor')
  152.  
  153. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1467:15: warning: excess elements in array initializer
  154.  
  155. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  156.  
  157. ^
  158.  
  159. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1467:15: note: (near initialization for 'config_descriptor')
  160.  
  161. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1468:9: warning: excess elements in array initializer
  162.  
  163. 4, // bInterval (polling interval in frames 4 frames)
  164.  
  165. ^
  166.  
  167. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1468:9: note: (near initialization for 'config_descriptor')
  168.  
  169. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1470:9: warning: excess elements in array initializer
  170.  
  171. 7, // bLength (length of ep5in descriptor 7 bytes)
  172.  
  173. ^
  174.  
  175. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1470:9: note: (near initialization for 'config_descriptor')
  176.  
  177. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1471:9: warning: excess elements in array initializer
  178.  
  179. 5, // bDescriptorType (5 is endpoint)
  180.  
  181. ^
  182.  
  183. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1471:9: note: (near initialization for 'config_descriptor')
  184.  
  185. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1472:9: warning: excess elements in array initializer
  186.  
  187. 0x85, // bEndpointAddress (0x85 is IN5)
  188.  
  189. ^
  190.  
  191. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1472:9: note: (near initialization for 'config_descriptor')
  192.  
  193. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1473:9: warning: excess elements in array initializer
  194.  
  195. 0x03, // bmAttributes (0x03 is interrupt no synch, usage type data)
  196.  
  197. ^
  198.  
  199. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1473:9: note: (near initialization for 'config_descriptor')
  200.  
  201. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1474:9: warning: excess elements in array initializer
  202.  
  203. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  204.  
  205. ^
  206.  
  207. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1474:9: note: (near initialization for 'config_descriptor')
  208.  
  209. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1474:15: warning: excess elements in array initializer
  210.  
  211. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  212.  
  213. ^
  214.  
  215. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1474:15: note: (near initialization for 'config_descriptor')
  216.  
  217. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1475:9: warning: excess elements in array initializer
  218.  
  219. 64, // bInterval (polling interval in frames 64 frames)
  220.  
  221. ^
  222.  
  223. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1475:9: note: (near initialization for 'config_descriptor')
  224.  
  225. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1477:9: warning: excess elements in array initializer
  226.  
  227. 7, // bLength (length of ep5out descriptor 7 bytes)
  228.  
  229. ^
  230.  
  231. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1477:9: note: (near initialization for 'config_descriptor')
  232.  
  233. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1478:9: warning: excess elements in array initializer
  234.  
  235. 5, // bDescriptorType (5 is endpoint)
  236.  
  237. ^
  238.  
  239. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1478:9: note: (near initialization for 'config_descriptor')
  240.  
  241. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1479:9: warning: excess elements in array initializer
  242.  
  243. 0x05, // bEndpointAddress (0x05 is OUT5)
  244.  
  245. ^
  246.  
  247. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1479:9: note: (near initialization for 'config_descriptor')
  248.  
  249. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1480:9: warning: excess elements in array initializer
  250.  
  251. 0x03, // bmAttributes (0x03 is interrupt no synch, usage type data)
  252.  
  253. ^
  254.  
  255. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1480:9: note: (near initialization for 'config_descriptor')
  256.  
  257. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1481:9: warning: excess elements in array initializer
  258.  
  259. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  260.  
  261. ^
  262.  
  263. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1481:9: note: (near initialization for 'config_descriptor')
  264.  
  265. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1481:15: warning: excess elements in array initializer
  266.  
  267. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  268.  
  269. ^
  270.  
  271. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1481:15: note: (near initialization for 'config_descriptor')
  272.  
  273. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1482:9: warning: excess elements in array initializer
  274.  
  275. 16, // bInterval (polling interval in frames 16 frames)
  276.  
  277. ^
  278.  
  279. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1482:9: note: (near initialization for 'config_descriptor')
  280.  
  281. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1484:9: warning: excess elements in array initializer
  282.  
  283. 9, // bLength (length of interface descriptor 9 bytes)
  284.  
  285. ^
  286.  
  287. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1484:9: note: (near initialization for 'config_descriptor')
  288.  
  289. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1485:9: warning: excess elements in array initializer
  290.  
  291. 4, // bDescriptorType (4 is interface)
  292.  
  293. ^
  294.  
  295. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1485:9: note: (near initialization for 'config_descriptor')
  296.  
  297. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1486:9: warning: excess elements in array initializer
  298.  
  299. 2, // bInterfaceNumber (This is interface 2)
  300.  
  301. ^
  302.  
  303. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1486:9: note: (near initialization for 'config_descriptor')
  304.  
  305. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1487:9: warning: excess elements in array initializer
  306.  
  307. 0, // bAlternateSetting (used to select alternate setting. notused)
  308.  
  309. ^
  310.  
  311. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1487:9: note: (near initialization for 'config_descriptor')
  312.  
  313. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1488:9: warning: excess elements in array initializer
  314.  
  315. 1, // bNumEndpoints (this interface has 4 endpoints)
  316.  
  317. ^
  318.  
  319. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1488:9: note: (near initialization for 'config_descriptor')
  320.  
  321. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1489:9: warning: excess elements in array initializer
  322.  
  323. 0xFF, // bInterfaceClass (Vendor Defined is 255)
  324.  
  325. ^
  326.  
  327. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1489:9: note: (near initialization for 'config_descriptor')
  328.  
  329. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1490:9: warning: excess elements in array initializer
  330.  
  331. 0x5D, // bInterfaceSubClass (93)
  332.  
  333. ^
  334.  
  335. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1490:9: note: (near initialization for 'config_descriptor')
  336.  
  337. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1491:9: warning: excess elements in array initializer
  338.  
  339. 0x02, // bInterfaceProtocol (3)
  340.  
  341. ^
  342.  
  343. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1491:9: note: (near initialization for 'config_descriptor')
  344.  
  345. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1492:9: warning: excess elements in array initializer
  346.  
  347. 0, // iInterface (Index of string descriptor for describing this notused)
  348.  
  349. ^
  350.  
  351. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1492:9: note: (near initialization for 'config_descriptor')
  352.  
  353. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:9: warning: excess elements in array initializer
  354.  
  355. 9,33,0,1,1,34,134,7,0,
  356.  
  357. ^
  358.  
  359. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:9: note: (near initialization for 'config_descriptor')
  360.  
  361. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:11: warning: excess elements in array initializer
  362.  
  363. 9,33,0,1,1,34,134,7,0,
  364.  
  365. ^
  366.  
  367. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:11: note: (near initialization for 'config_descriptor')
  368.  
  369. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:14: warning: excess elements in array initializer
  370.  
  371. 9,33,0,1,1,34,134,7,0,
  372.  
  373. ^
  374.  
  375. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:14: note: (near initialization for 'config_descriptor')
  376.  
  377. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:16: warning: excess elements in array initializer
  378.  
  379. 9,33,0,1,1,34,134,7,0,
  380.  
  381. ^
  382.  
  383. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:16: note: (near initialization for 'config_descriptor')
  384.  
  385. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:18: warning: excess elements in array initializer
  386.  
  387. 9,33,0,1,1,34,134,7,0,
  388.  
  389. ^
  390.  
  391. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:18: note: (near initialization for 'config_descriptor')
  392.  
  393. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:20: warning: excess elements in array initializer
  394.  
  395. 9,33,0,1,1,34,134,7,0,
  396.  
  397. ^
  398.  
  399. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:20: note: (near initialization for 'config_descriptor')
  400.  
  401. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:23: warning: excess elements in array initializer
  402.  
  403. 9,33,0,1,1,34,134,7,0,
  404.  
  405. ^
  406.  
  407. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:23: note: (near initialization for 'config_descriptor')
  408.  
  409. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:27: warning: excess elements in array initializer
  410.  
  411. 9,33,0,1,1,34,134,7,0,
  412.  
  413. ^
  414.  
  415. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:27: note: (near initialization for 'config_descriptor')
  416.  
  417. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:29: warning: excess elements in array initializer
  418.  
  419. 9,33,0,1,1,34,134,7,0,
  420.  
  421. ^
  422.  
  423. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1494:29: note: (near initialization for 'config_descriptor')
  424.  
  425. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1496:9: warning: excess elements in array initializer
  426.  
  427. 7, // bLength (length of ep6in descriptor 7 bytes)
  428.  
  429. ^
  430.  
  431. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1496:9: note: (near initialization for 'config_descriptor')
  432.  
  433. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1497:9: warning: excess elements in array initializer
  434.  
  435. 5, // bDescriptorType (5 is endpoint)
  436.  
  437. ^
  438.  
  439. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1497:9: note: (near initialization for 'config_descriptor')
  440.  
  441. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1498:9: warning: excess elements in array initializer
  442.  
  443. 0x86, // bEndpointAddress (0x86 is IN6)
  444.  
  445. ^
  446.  
  447. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1498:9: note: (near initialization for 'config_descriptor')
  448.  
  449. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1499:9: warning: excess elements in array initializer
  450.  
  451. 0x03, // bmAttributes (0x03 is interrupt no synch, usage type data)
  452.  
  453. ^
  454.  
  455. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1499:9: note: (near initialization for 'config_descriptor')
  456.  
  457. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1500:9: warning: excess elements in array initializer
  458.  
  459. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  460.  
  461. ^
  462.  
  463. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1500:9: note: (near initialization for 'config_descriptor')
  464.  
  465. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1500:15: warning: excess elements in array initializer
  466.  
  467. 0x20, 0x00, // wMaxPacketSize (0x0020 is 1x32 bytes)
  468.  
  469. ^
  470.  
  471. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1500:15: note: (near initialization for 'config_descriptor')
  472.  
  473. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1501:9: warning: excess elements in array initializer
  474.  
  475. 16, // bInterval (polling interval in frames 64 frames)+
  476.  
  477. ^
  478.  
  479. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1501:9: note: (near initialization for 'config_descriptor')
  480.  
  481. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1505:9: warning: excess elements in array initializer
  482.  
  483. 9, // bLength (length of interface descriptor 9 bytes)
  484.  
  485. ^
  486.  
  487. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1505:9: note: (near initialization for 'config_descriptor')
  488.  
  489. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1506:9: warning: excess elements in array initializer
  490.  
  491. 4, // bDescriptorType (4 is interface)
  492.  
  493. ^
  494.  
  495. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1506:9: note: (near initialization for 'config_descriptor')
  496.  
  497. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1507:9: warning: excess elements in array initializer
  498.  
  499. 3, // bInterfaceNumber (This is interface 3)
  500.  
  501. ^
  502.  
  503. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1507:9: note: (near initialization for 'config_descriptor')
  504.  
  505. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1508:9: warning: excess elements in array initializer
  506.  
  507. 0, // bAlternateSetting (used to select alternate setting. notused)
  508.  
  509. ^
  510.  
  511. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1508:9: note: (near initialization for 'config_descriptor')
  512.  
  513. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1509:9: warning: excess elements in array initializer
  514.  
  515. 0, // bNumEndpoints (this interface has 0 endpoints ???)
  516.  
  517. ^
  518.  
  519. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1509:9: note: (near initialization for 'config_descriptor')
  520.  
  521. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1510:9: warning: excess elements in array initializer
  522.  
  523. 0xFF, // bInterfaceClass (Vendor Defined is 255)
  524.  
  525. ^
  526.  
  527. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1510:9: note: (near initialization for 'config_descriptor')
  528.  
  529. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1511:9: warning: excess elements in array initializer
  530.  
  531. 0xFD, // bInterfaceSubClass (253)
  532.  
  533. ^
  534.  
  535. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1511:9: note: (near initialization for 'config_descriptor')
  536.  
  537. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1512:9: warning: excess elements in array initializer
  538.  
  539. 0x13, // bInterfaceProtocol (19)
  540.  
  541. ^
  542.  
  543. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1512:9: note: (near initialization for 'config_descriptor')
  544.  
  545. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1513:9: warning: excess elements in array initializer
  546.  
  547. 4, // iInterface (Computer never asks for this, but an x360 would. so include one day?)
  548.  
  549. ^
  550.  
  551. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1513:9: note: (near initialization for 'config_descriptor')
  552.  
  553. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:9: warning: excess elements in array initializer
  554.  
  555. 6,65,0,1,1,3
  556.  
  557. ^
  558.  
  559. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:9: note: (near initialization for 'config_descriptor')
  560.  
  561. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:11: warning: excess elements in array initializer
  562.  
  563. 6,65,0,1,1,3
  564.  
  565. ^
  566.  
  567. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:11: note: (near initialization for 'config_descriptor')
  568.  
  569. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:14: warning: excess elements in array initializer
  570.  
  571. 6,65,0,1,1,3
  572.  
  573. ^
  574.  
  575. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:14: note: (near initialization for 'config_descriptor')
  576.  
  577. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:16: warning: excess elements in array initializer
  578.  
  579. 6,65,0,1,1,3
  580.  
  581. ^
  582.  
  583. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:16: note: (near initialization for 'config_descriptor')
  584.  
  585. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:18: warning: excess elements in array initializer
  586.  
  587. 6,65,0,1,1,3
  588.  
  589. ^
  590.  
  591. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:18: note: (near initialization for 'config_descriptor')
  592.  
  593. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:20: warning: excess elements in array initializer
  594.  
  595. 6,65,0,1,1,3
  596.  
  597. ^
  598.  
  599. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c:1515:20: note: (near initialization for 'config_descriptor')
  600.  
  601. Sketch uses 14856 bytes (5%) of program storage space. Maximum is 262144 bytes.
  602. Global variables use 8960 bytes (13%) of dynamic memory, leaving 56576 bytes for local variables. Maximum is 65536 bytes.
Add Comment
Please, Sign In to add comment