]> jspc29.x-matter.uni-frankfurt.de Git - coral.git/commitdiff
previous 2 commits did not work, because interrupt headers were not included in the...
authorMichael Wiebusch <m.wiebusch@gsi.de>
Thu, 11 Dec 2014 16:49:47 +0000 (17:49 +0100)
committerMichael Wiebusch <m.wiebusch@gsi.de>
Thu, 11 Dec 2014 16:49:47 +0000 (17:49 +0100)
firmware/Descriptors.c
firmware/TM1001A.h

index 765b281426659cc06578d4798f37249da697c3e2..0e76d829e11d10440d0a12cdb41b3de36c642e93 100644 (file)
@@ -194,7 +194,7 @@ const USB_Descriptor_String_t PROGMEM ManufacturerString =
 {\r
        .Header                 = {.Size = USB_STRING_LEN(11), .Type = DTYPE_String},\r
 \r
-       .UnicodeString          = L"Dean Camera"\r
+       .UnicodeString          = L"M. Wiebusch"\r
 };\r
 \r
 /** Product descriptor string. This is a Unicode string containing the product's details in human readable form,\r
@@ -205,7 +205,7 @@ const USB_Descriptor_String_t PROGMEM ProductString =
 {\r
        .Header                 = {.Size = USB_STRING_LEN(22), .Type = DTYPE_String},\r
 \r
-       .UnicodeString          = L"LUFA USB-RS232 Adapter"\r
+       .UnicodeString          = L"Coral Scanner Table"\r
 };\r
 \r
 /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"\r
index ba5de090e177135b25669ba6457fdc6168375b91..39e74482187e5f6baf7b08e4302d74fe556a649f 100644 (file)
@@ -12,6 +12,7 @@
 // acidbourbon.wordpress.com
 // June 2013
 
+#include <avr/interrupt.h>
 
 // define here the port and the pin where you cave connected
 // the ADB (I/O) line from your TM1001A touchpad