mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Updating comments.
This commit is contained in:
parent
a31cf8372e
commit
9a09ad4c25
@ -6,6 +6,9 @@
|
|||||||
/* */
|
/* */
|
||||||
/* ATmegaBOOT.c */
|
/* ATmegaBOOT.c */
|
||||||
/* */
|
/* */
|
||||||
|
/* 20070626: hacked for Arduino Diecimila (which auto- */
|
||||||
|
/* resets when a USB connection is made to it) */
|
||||||
|
/* by D. Mellis */
|
||||||
/* 20060802: hacked for Arduino by D. Cuartielles */
|
/* 20060802: hacked for Arduino by D. Cuartielles */
|
||||||
/* based on a previous hack by D. Mellis */
|
/* based on a previous hack by D. Mellis */
|
||||||
/* and D. Cuartielles */
|
/* and D. Cuartielles */
|
||||||
@ -50,9 +53,7 @@
|
|||||||
/* m8515,m8535. ATmega161 has a very small boot block so */
|
/* m8515,m8535. ATmega161 has a very small boot block so */
|
||||||
/* isn't supported. */
|
/* isn't supported. */
|
||||||
/* */
|
/* */
|
||||||
/* Tested with m128,m8,m163 - feel free to let me know */
|
/* Tested with m168 */
|
||||||
/* how/if it works for you. */
|
|
||||||
/* */
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
Loading…
Reference in New Issue
Block a user