Add note about another tested PIC target: PIC24FJ64GA002
[goodfet] / firmware / include / chipcon.h
index bf471e6..deed945 100644 (file)
@@ -19,6 +19,9 @@
 #define CCCMD_STEP_INSTR 0x5C
 #define CCCMD_DEBUG_INSTR 0x54
 
+//! Flash Word Size
+extern u8 flash_word_size;
+
 //! Erase a chipcon chip.
 void cc_chip_erase();
 //! Write the configuration byte.