Merge pull request #34 from kalvdans/fsincos-compilation-warning

Include declaration of fsincos.
This commit is contained in:
Benjamin Vedder 2017-09-21 18:41:34 +02:00 committed by GitHub
commit 7cc18a4fc3
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE /* for sincosf */
#include "mcpwm_foc.h"
#include "mc_interface.h"
#include "ch.h"