From a1a5995210ae3a3efa7b0e98d28ac3063392a8c8 Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Thu, 19 Feb 2015 17:47:50 +0200 Subject: [PATCH] Fix Raspduino extra flags --- platformio/boards/misc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/boards/misc.json b/platformio/boards/misc.json index acd14642..a061b2e2 100644 --- a/platformio/boards/misc.json +++ b/platformio/boards/misc.json @@ -1,8 +1,8 @@ { "raspduino": { "build": { - "board": "AVR_RASPDUINO", "core": "arduino", + "extra_flags": "-DARDUINO_ARCH_AVR -DAVR_RASPDUINO", "f_cpu": "16000000L", "mcu": "atmega328p", "variant": "standard"