Update to version 2
This commit is contained in:
@@ -84,7 +84,7 @@ class MSEEDEncoderFactory : public EncoderFactory {
|
||||
* @param recLen The record length expressed as a power of 2
|
||||
* @return True if the record length is valid
|
||||
*/
|
||||
bool setRecordLength(uint recordLength);
|
||||
bool setRecordLength(unsigned int recordLength);
|
||||
|
||||
protected:
|
||||
uint8_t _recordLength;
|
||||
|
||||
Reference in New Issue
Block a user