diff options
Diffstat (limited to 'host/lib/types.cpp')
-rw-r--r-- | host/lib/types.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp index 1e7917ad7..e0ce61058 100644 --- a/host/lib/types.cpp +++ b/host/lib/types.cpp @@ -101,7 +101,8 @@ rx_metadata_t::rx_metadata_t(void): more_fragments(false), fragment_offset(0), start_of_burst(false), - end_of_burst(false) + end_of_burst(false), + error_code(ERROR_CODE_NONE) { /* NOP */ } |