mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Added includes and definitions to support STM32F1
This commit is contained in:
parent
5f2375e99e
commit
c2d5c31db1
6 changed files with 17 additions and 2 deletions
|
|
@ -24,6 +24,9 @@ Boston, MA 02110-1301, USA.
|
|||
#if defined(STM32F4XX) || defined(STM32F4)
|
||||
#include "stm32f4xx.h"
|
||||
#include <cstddef>
|
||||
#elif defined(STM32F105xC)
|
||||
#include "stm32f1xx.h"
|
||||
#include <cstddef>
|
||||
#else
|
||||
#include <Arduino.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue