Skip to content

Commit bb6a5de

Browse files
committed
Oops, commited buggy code, here is the fix.
1 parent 71648a4 commit bb6a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intel_hex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void ihx_readline(char line[]) {
9999

100100
void ihx_write(char line[]) {
101101
// :ccaaaattxxxxss
102-
uint8_t byte_count, record_type, checksum, sum, b;
102+
uint8_t byte_count, record_type, i, b;
103103
uint16_t address;
104104

105105
byte_count = hex8(&line[1]);

0 commit comments

Comments
 (0)