Skip to content

Commit 69da0fe

Browse files
committed
1 parent 0b36b80 commit 69da0fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boot/usb.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014 Technical Machine, Inc. See the COPYRIGHT
1+
// Copyright 2015 Tessel See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
@@ -146,7 +146,7 @@ uint16_t usb_cb_get_descriptor(uint8_t type, uint8_t index, const uint8_t** ptr)
146146
address = &language_string;
147147
break;
148148
case 0x01:
149-
address = usb_string_to_descriptor("Technical Machine");
149+
address = usb_string_to_descriptor("Tessel");
150150
break;
151151
case 0x02:
152152
address = usb_string_to_descriptor("Tessel DFU");

firmware/usb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ uint16_t usb_cb_get_descriptor(uint8_t type, uint8_t index, const uint8_t** ptr)
248248
address = &language_string;
249249
break;
250250
case 0x01:
251-
address = usb_string_to_descriptor("Technical Machine");
251+
address = usb_string_to_descriptor("Tessel");
252252
break;
253253
case 0x02:
254254
address = usb_string_to_descriptor("Tessel 2");

0 commit comments

Comments
 (0)