mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Removing unnecessary “defined(STM32F4)”
This commit is contained in:
parent
a60059bc90
commit
1f5a4f1ad7
8 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue