Reorganising includes in MDxx380 tone generator source file

This commit is contained in:
Silvano Seva 2020-11-19 12:53:13 +01:00
parent de6fa813af
commit 552a88ed4c
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/> * * along with this program; if not, see <http://www.gnu.org/licenses/> *
***************************************************************************/ ***************************************************************************/
#include <stdint.h> #include "toneGenerator_MDxx380.h"
#include <stdbool.h>
#include <stm32f4xx.h>
#include <hwconfig.h> #include <hwconfig.h>
#include <gpio.h> #include <gpio.h>