diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-07-02 15:29:31 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-07-02 15:29:31 +0200 |
commit | e7c3527a99e44416e97fe22534875df1ca5df9c0 (patch) | |
tree | e9c048df44394c5eda5d5813568a0c9c5e365622 | |
parent | 3bef9827bf44594d956d4b2865a2fa86d83e8b2f (diff) | |
parent | 0c3ae05f5995b4dfa179638ed7d2fb1d94baf3ba (diff) |
Merge pull request #2148 from Lauszus/promini
Arduino Pro and Pro Mini should use eightanaloginputs variant
-rw-r--r-- | boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -564,7 +564,7 @@ pro.bootloader.lock_bits=0x0F pro.build.board=AVR_PRO pro.build.core=arduino -pro.build.variant=standard +pro.build.variant=eightanaloginputs ## Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega328 ## ------------------------------------------------- |