(working: eeprom-macro: fixed typo)

partial-rewrite
Ben Blazak 2014-05-25 19:45:48 -07:00
parent 5ee88643fd
commit 5647b58120
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ uint8_t compress(void) {
if (! next)
next = new_end_macro;
if (! next)
next = end_macro+1
next = end_macro+1;
type = eeprom__read(to_compress);
type_location = to_overwrite;