remove unused includes

This commit is contained in:
2022-08-12 10:22:33 +02:00
parent 70bafa64ca
commit 9df47c2067
2 changed files with 6 additions and 14 deletions

View File

@ -85,7 +85,8 @@ def pack_get_param_command(
@param object_id: The object id of the gomspace device handler.
@param table_id: The table id of the gomspace device
@param memory_address: Address offset within table of the value to read.
@param parameter_size: Size of the value to read. E.g. temperature is uint16_t and thus parameter_size is 2
@param parameter_size: Size of the value to read. E.g. temperature is uint16_t and thus
parameter_size is 2
@return: The command as bytearray.
"""
app_data = struct.pack("!B", table_id)