diff options
Diffstat (limited to 'src/system.h')
-rw-r--r-- | src/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h index a2aad25..764ef95 100644 --- a/src/system.h +++ b/src/system.h @@ -21,7 +21,8 @@ class System { HEADER2, META1, META2, - DATA + DATA_FIRSTBLOCK, + DATA, }; RxExpect rxExpect; |