mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Removing unnecessary “defined(STM32F4)”
This commit is contained in:
parent
a60059bc90
commit
1f5a4f1ad7
8 changed files with 9 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ Boston, MA 02110-1301, USA.
|
|||
#if !defined(SERIALRB_H)
|
||||
#define SERIALRB_H
|
||||
|
||||
#if defined(STM32F4XX) || defined(STM32F4)
|
||||
#if defined(STM32F4XX)
|
||||
#include "stm32f4xx.h"
|
||||
#include <cstddef>
|
||||
#elif defined(STM32F7XX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue