USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts
This commit is contained in:
parent
b75c43f6ef
commit
e5a0dcd0f9
@ -199,6 +199,7 @@ struct tiva_timer32config_s
|
||||
|
||||
struct
|
||||
{
|
||||
/* No special configuration settings */
|
||||
} rtc;
|
||||
} u;
|
||||
};
|
||||
@ -244,18 +245,21 @@ struct tiva_timer16config_s
|
||||
|
||||
struct
|
||||
{
|
||||
/* TODO: To be provided */
|
||||
} count;
|
||||
|
||||
/* 16-bit input time capture mode w/8-bit prescaler */
|
||||
|
||||
struct
|
||||
{
|
||||
/* TODO: To be provided */
|
||||
} time;
|
||||
|
||||
/* 16-bit PWM output mode w/8-bit prescaler */
|
||||
|
||||
struct
|
||||
{
|
||||
/* TODO: To be provided */
|
||||
} pwm;
|
||||
} u;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user