Skip to content

Commit

Permalink
Fixing type
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Sep 19, 2024
1 parent 9d34778 commit c99df29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fw/Sm/SmSignalBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Fw {
SERIALIZED_SIZE = FW_COM_BUFFER_MAX_SIZE + sizeof(FwSizeStoreType) // size of buffer + storage of size word
};

SmSignalBuffer(const U8 *args, FwSizeType size);
SmSignalBuffer(const U8 *args, Serializable::SizeType size);
SmSignalBuffer();
SmSignalBuffer(const SmSignalBuffer& other);
virtual ~SmSignalBuffer();
Expand Down

0 comments on commit c99df29

Please sign in to comment.