mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
committed by
Alan Carvalho de Assis
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 **************************/
|
||||
|
||||
Reference in New Issue
Block a user