mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-02 02:37:52 +00:00
Add Arduino Mini has a supported platform.
This commit is contained in:
parent
4f5d1ba26b
commit
44fb7dcdaa
@ -14,8 +14,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Check selected board type
|
// Check selected board type
|
||||||
#ifndef ARDUINO_AVR_PRO
|
#if not defined(ARDUINO_AVR_PRO) && not defined(ARDUINO_AVR_MINI)
|
||||||
#error You must select the board type "Arduino Pro or Pro Mini"
|
#error You must select the board type "Arduino Pro or Pro Mini" or "Arduino Mini"
|
||||||
#endif
|
#endif
|
||||||
#if F_CPU != 16000000L || not defined(__AVR_ATmega328P__)
|
#if F_CPU != 16000000L || not defined(__AVR_ATmega328P__)
|
||||||
#error You must select the processor type "ATmega328(5V, 16MHz)"
|
#error You must select the processor type "ATmega328(5V, 16MHz)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user