Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stm32f7/stm32_foc.c: Set .info_get to foc_lower_ops
This fixes build error (Werror): Error: chip/stm32_foc.c:1918:12: error: 'stm32_foc_info_get' defined but not used [-Werror=unused-function] 1918 | static int stm32_foc_info_get(struct foc_dev_s *dev, struct foc_info_s *info) | ^~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
- Loading branch information