Skip to content
Snippets Groups Projects
Commit 98286ac3 authored by Robin Mueller's avatar Robin Mueller
Browse files

type specified

parent fe31e31d
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ class Service23WriteToFile: ...@@ -41,7 +41,7 @@ class Service23WriteToFile:
self.data_to_pack += bytearray(filename, 'utf-8') self.data_to_pack += bytearray(filename, 'utf-8')
self.pus_packets = self.split_large_file(size_of_data_blocks) self.pus_packets = self.split_large_file(size_of_data_blocks)
def split_large_file(self, size_of_data_blocks): def split_large_file(self, size_of_data_blocks: int):
""" This function splits a large file in multiple packets """ This function splits a large file in multiple packets
This is necessary because the packet size is limited This is necessary because the packet size is limited
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment