diff options
| author | hathach <[email protected]> | 2021-07-22 22:10:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-22 22:10:48 +0700 |
| commit | 15112fdbba8cf4e9ad0d99fafd8b40f07f29fb6d (patch) | |
| tree | 3c810384e7c872d6f36231330ac816dab69f5fe5 /src/class/cdc/cdc.h | |
| parent | 8cd23489d518e96594850207c91dfeefb6d6fb05 (diff) | |
clean up compiler
Diffstat (limited to 'src/class/cdc/cdc.h')
| -rw-r--r-- | src/class/cdc/cdc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/class/cdc/cdc.h b/src/class/cdc/cdc.h index 6042cefe3..5df47f70b 100644 --- a/src/class/cdc/cdc.h +++ b/src/class/cdc/cdc.h @@ -245,7 +245,7 @@ typedef struct TU_ATTR_PACKED uint8_t bDescriptorSubType ;\ uint8_t bControlInterface ;\ uint8_t bSubordinateInterface[no_slave] ;\ -} \ +} /// Country Selection Functional Descriptor (Communication Interface) typedef struct TU_ATTR_PACKED @@ -264,7 +264,7 @@ typedef struct TU_ATTR_PACKED uint8_t bDescriptorSubType ;\ uint8_t iCountryCodeRelDate ;\ uint16_t wCountryCode[no_country] ;\ -} \ +} //--------------------------------------------------------------------+ // PUBLIC SWITCHED TELEPHONE NETWORK (PSTN) SUBCLASS |
