1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating to AVR MacPack 20081213. Includes avr-gcc 4.3.2 which should fix problem with functions called from interrupts.

This commit is contained in:
David A. Mellis
2009-02-21 13:10:06 +00:00
parent 62505d8136
commit 485e0f93b8
4 changed files with 18 additions and 2 deletions

View File

@ -53,8 +53,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 13;
static final String VERSION_NAME = "0013 Alpha";
static final int VERSION = 14;
static final String VERSION_NAME = "0014";
/**
* Path of filename opened on the command line,