fixed compilation

This commit is contained in:
csoler 2017-04-05 16:53:20 +02:00
parent 48688eae3f
commit 5b3e488b42
6 changed files with 91 additions and 20 deletions

View file

@ -17,7 +17,7 @@ class RsSerializer: public RsSerialType
/*! create_item
* should be overloaded to create the correct type of item depending on the data
*/
virtual RsItem *create_item(uint16_t service, uint8_t item_sub_id)
virtual RsItem *create_item(uint16_t /* service */, uint8_t /* item_sub_id */)
{
return NULL ;
}