Support for dumping AVR Flash.
[goodfet] / firmware / include / avr.h
index 9d71b24..cd19a38 100644 (file)
@@ -19,7 +19,8 @@ u8 avr_sig(u8 i);
 void avr_erase();
 //! Read lock bits.
 u8 avr_lockbits();
-
+//! Read a byte of Flash
+u8 avr_peekflash(u16 adr);
 
 //! Read a byte of EEPROM.
 u8 avr_peekeeprom(u16 adr);