diff options
-rw-r--r-- | src/SubchannelSource.cpp | 2 | ||||
-rw-r--r-- | src/SubchannelSource.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/SubchannelSource.cpp b/src/SubchannelSource.cpp index a6b3bc4..2a8dc37 100644 --- a/src/SubchannelSource.cpp +++ b/src/SubchannelSource.cpp @@ -67,7 +67,7 @@ const std::vector<PuncturingRule>& SubchannelSource::get_rules() const SubchannelSource::SubchannelSource( - uint8_t sad, + uint16_t sad, uint16_t stl, uint8_t tpl ) : diff --git a/src/SubchannelSource.h b/src/SubchannelSource.h index 367bb5a..b4ca697 100644 --- a/src/SubchannelSource.h +++ b/src/SubchannelSource.h @@ -42,7 +42,7 @@ class SubchannelSource : public ModInput { public: SubchannelSource( - uint8_t sad, + uint16_t sad, uint16_t stl, uint8_t tpl ); |