diff options
Diffstat (limited to 'cmd/sbc_harness/ihex.h')
-rw-r--r-- | cmd/sbc_harness/ihex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sbc_harness/ihex.h b/cmd/sbc_harness/ihex.h index d5ac70c..35a3cbe 100644 --- a/cmd/sbc_harness/ihex.h +++ b/cmd/sbc_harness/ihex.h @@ -44,5 +44,6 @@ struct ihex_decoder { END_PRIVATE(IHEX_H); }; LO_IMPLEMENTATION_H(io_writer, struct ihex_decoder, ihex_decoder); +LO_IMPLEMENTATION_H(io_closer, struct ihex_decoder, ihex_decoder); #endif /* _SBC_HARNESS_IHEX_H_ */ |