main.c: Remove stm34fxx.h include

This commit is contained in:
Federico Amedeo Izzo 2020-10-22 13:06:33 +02:00 committed by Niccolò Izzo
parent 310ff3839c
commit aafa67c176
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <os.h>
#include <lib_mem.h>
#include <stdio.h>
#include "stm32f4xx.h"
#include "gpio.h"
#include "delays.h"
#include "display.h"