drivers/motor/foq: Remove forward declaration for nonexistent type
include/nuttx/motor/foc/foc.h: * Remove forward declaration for struct foc_typespec_s, which does not exist anywhere in the NuttX tree.
This commit is contained in:
parent
91d53bc7fe
commit
4258190477
|
@ -108,7 +108,6 @@ struct foc_info_s
|
|||
/* FOC device upper-half */
|
||||
|
||||
struct foc_lower_s;
|
||||
struct foc_typespec_s;
|
||||
struct foc_dev_s
|
||||
{
|
||||
/* Fields managed by common upper-half FOC logic **************************/
|
||||
|
|
Loading…
Reference in New Issue