add TU_ prefix to compiler ATTR to prevent name conflict with application
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
// Device Data
|
||||
//--------------------------------------------------------------------+
|
||||
typedef struct {
|
||||
struct ATTR_PACKED
|
||||
struct TU_ATTR_PACKED
|
||||
{
|
||||
volatile uint8_t connected : 1;
|
||||
volatile uint8_t configured : 1;
|
||||
|
||||
Reference in New Issue
Block a user