mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 19:13:14 +00:00
Added Arduino.h for stm32 board
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
#ifndef STM32_BOARD
|
#ifndef STM32_BOARD
|
||||||
#include <avr/eeprom.h>
|
#include <avr/eeprom.h>
|
||||||
#else
|
#else
|
||||||
|
#include <arduino.h>
|
||||||
#undef __cplusplus
|
#undef __cplusplus
|
||||||
#include <libmaple/usart.h>
|
#include <libmaple/usart.h>
|
||||||
#include <libmaple/timer.h>
|
#include <libmaple/timer.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user