Removing unnecessary “defined(STM32F4)”

This commit is contained in:
Andy CA6JAU 2017-08-27 15:20:46 -03:00
parent a60059bc90
commit 1f5a4f1ad7
8 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@
#include "Globals.h"
#include "IO.h"
#if defined(STM32F4XX) || defined(STM32F4) || defined(STM32F7XX)
#if defined(STM32F4XX) || defined(STM32F7XX)
#if defined(STM32F4_DISCOVERY)
/*