From 099e4168c0021a3d9aecbb7123aa22d1e7eb6ba9 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Sat, 30 Jan 2021 18:33:42 +0100 Subject: [PATCH] Fix tonegen test includes --- tests/platform/tonegen.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/platform/tonegen.c b/tests/platform/tonegen.c index b134d983..6e311454 100644 --- a/tests/platform/tonegen.c +++ b/tests/platform/tonegen.c @@ -18,9 +18,8 @@ #include #include -#include "stm32f4xx.h" -#include "gpio.h" -#include "delays.h" +#include +#include #include "toneGenerator_MDx.h" #include "hwconfig.h"