Formating

This commit is contained in:
Reinhard Panhuber
2021-02-12 18:04:45 +01:00
parent a9fd0a454a
commit 185414721f
3 changed files with 60 additions and 60 deletions
+5 -5
View File
@@ -901,7 +901,7 @@ typedef struct TU_ATTR_PACKED {
} subrange[numSubRanges] ; \
}
/// 5.2.3.2 2-byte Control RANGE Parameter Block
/// 5.2.3.2 2-byte Control RANGE Parameter Block
#define audio_control_range_2_n_t(numSubRanges) \
struct TU_ATTR_PACKED { \
uint16_t wNumSubRanges; \
@@ -912,7 +912,7 @@ typedef struct TU_ATTR_PACKED {
} subrange[numSubRanges]; \
}
// 5.2.3.3 4-byte Control RANGE Parameter Block
// 5.2.3.3 4-byte Control RANGE Parameter Block
#define audio_control_range_4_n_t(numSubRanges) \
struct TU_ATTR_PACKED { \
uint16_t wNumSubRanges; \
@@ -923,12 +923,12 @@ typedef struct TU_ATTR_PACKED {
} subrange[numSubRanges]; \
}
/** @} */
/** @} */
#ifdef __cplusplus
}
}
#endif
#endif
/** @} */
/** @} */