Skip to content

Commit 339e241

Browse files
committed
Added prototype for intel hex writing to flash.
1 parent 0981f89 commit 339e241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intel_hex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ uint16_t hex16(char s[]);
4040

4141
uint8_t ihx_check_line(char line[]);
4242
void ihx_readline(char line[]);
43+
void ihx_write(char line[]);
4344

4445
#endif // _INTEL_HEX_H_

0 commit comments

Comments
 (0)