You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 155 moved from a Google Code project.
Added by 2009-12-20T20:47:55.000Z by cros...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium
Original description
The attached patch fixes a few things:
compiler warnings about "delay.h has been moved" in wiring_private.h;
various "no newline at end of file" warnings in Wiring files (maybe
better submitted upstream?);
implicit cast warnings in pins_arduino.c; and
'main.cxx' changed to 'main.cpp' in r799(?), but the Makefile wasn't
updated to reflect this change.
What version of the Arduino software are you using? On what operating system? Which Arduino board are you using?
seth@it-k10632 ~/code/arduino-read-only $ svn info | grep Revision
Revision: 808
seth@it-k10632 ~/code/arduino-read-only $ uname -a
OpenBSD it-k10632.crosse.org 4.6 GENERIC.MP#14 amd64
This is Issue 155 moved from a Google Code project.
Added by 2009-12-20T20:47:55.000Z by cros...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium
Original description
The attached patch fixes a few things:
better submitted upstream?);
updated to reflect this change.
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
seth@it-k10632 ~/code/arduino-read-only $ svn info | grep Revision
Revision: 808
seth@it-k10632 ~/code/arduino-read-only $ uname -a
OpenBSD it-k10632.crosse.org 4.6 GENERIC.MP#14 amd64
Board: Duemilanove
Please provide any additional information below.
(See attached patchfile)
$ pkg_info | grep avr | awk '{ print $1 }'
avr-binutils-2.18p0
avr-gcc-4.2.2p1
avr-gdb-6.3p2
avr-libc-1.6.6p0
avrdude-5.8
The text was updated successfully, but these errors were encountered: