From ae9fd6f14ee487d43c4cc070b6d051ae5d2611f8 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 12 Sep 2012 21:50:11 +0200 Subject: AtMega88pa: Fix typo Signed-off-by: Michael Buesch --- libtoprammer/chips/atmega88dip28.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libtoprammer/chips') diff --git a/libtoprammer/chips/atmega88dip28.py b/libtoprammer/chips/atmega88dip28.py index a1caafb..449b0f4 100644 --- a/libtoprammer/chips/atmega88dip28.py +++ b/libtoprammer/chips/atmega88dip28.py @@ -58,7 +58,8 @@ class Chip_ATMega88paDIP28(Chip_ATMega_common): flashPageSize = 32, flashPages = 128, eepromPageSize = 4, - eepromPages = 128) + eepromPages = 128, + fuseBytes = 3) ChipDescription( Chip_ATMega88paDIP28, -- cgit v1.2.3