Another fix format
parent
cddc16dc2e
commit
10e08021fb
|
|
@ -83,8 +83,7 @@
|
||||||
* should have a unique ID index associated with it, which can be used to refer to the
|
* should have a unique ID index associated with it, which can be used to refer to the
|
||||||
* interface from other descriptors.
|
* interface from other descriptors.
|
||||||
*/
|
*/
|
||||||
enum InterfaceDescriptors_t
|
enum InterfaceDescriptors_t {
|
||||||
{
|
|
||||||
INTERFACE_ID_CDC_CCI = 0, /**< CDC CCI interface descriptor ID */
|
INTERFACE_ID_CDC_CCI = 0, /**< CDC CCI interface descriptor ID */
|
||||||
INTERFACE_ID_CDC_DCI = 1, /**< CDC DCI interface descriptor ID */
|
INTERFACE_ID_CDC_DCI = 1, /**< CDC DCI interface descriptor ID */
|
||||||
};
|
};
|
||||||
|
|
@ -93,8 +92,7 @@
|
||||||
* have a unique ID index associated with it, which can be used to refer to the string from
|
* have a unique ID index associated with it, which can be used to refer to the string from
|
||||||
* other descriptors.
|
* other descriptors.
|
||||||
*/
|
*/
|
||||||
enum StringDescriptors_t
|
enum StringDescriptors_t {
|
||||||
{
|
|
||||||
STRING_ID_Language = 0, /**< Supported Languages string descriptor ID (must be zero) */
|
STRING_ID_Language = 0, /**< Supported Languages string descriptor ID (must be zero) */
|
||||||
STRING_ID_Manufacturer = 1, /**< Manufacturer string ID */
|
STRING_ID_Manufacturer = 1, /**< Manufacturer string ID */
|
||||||
STRING_ID_Product = 2, /**< Product string ID */
|
STRING_ID_Product = 2, /**< Product string ID */
|
||||||
|
|
@ -107,4 +105,3 @@
|
||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
target_sources(
|
target_sources(firmware PRIVATE main.cpp)
|
||||||
firmware
|
|
||||||
PRIVATE main.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
target_link_libraries(firmware LUFA)
|
target_link_libraries(firmware LUFA)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue