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:
Nathan Hartman 2021-06-17 19:49:09 -04:00 committed by Alan Carvalho de Assis
parent 91d53bc7fe
commit 4258190477
1 changed files with 0 additions and 1 deletions

View File

@ -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 **************************/