Skip to content

Commit

Permalink
chore: update header file
Browse files Browse the repository at this point in the history
  • Loading branch information
flap1 committed May 9, 2024
1 parent 936c0eb commit b84f1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TlmCmd/Ccsds/tlm_space_packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ TSP_2ND_HDR_VER TSP_get_2nd_hdr_ver(const TlmSpacePacket* tsp);
* @param[in] id: TSP_2ND_HDR_VER
* @return void
*/
void TSP_set_2nd_hdr_ver(TlmSpacePacket* tsp, TSP_2ND_HDR_VER ver);
void TSP_set_2nd_hdr_ver(TlmSpacePacket* tsp, uint8_t ver);

/**
* @brief Board Time を取得
Expand Down

0 comments on commit b84f1ba

Please sign in to comment.