Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit 54319f3

Browse files
committed
remove getLanguageDescriptor/getManufacturerDescriptor/getProductDescriptor
1 parent 2ccfcb4 commit 54319f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Adafruit_USBD_Device.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ class Adafruit_USBD_Device
6868
void setManufacturerDescriptor(const char *s);
6969
void setProductDescriptor(const char *s);
7070

71-
uint16_t getLanguageDescriptor (void) { return _language_id; }
72-
const char *getManufacturerDescriptor (void) { return _manufacturer; }
73-
const char *getProductDescriptor (void) { return _product; }
74-
7571
bool begin(void);
7672

7773
bool mounted (void) { return tud_mounted(); }

0 commit comments

Comments
 (0)