nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
21 stars 39 forks source link

Update function calls for comDriver headers #213

Closed Lex-ari closed 3 months ago

Lex-ari commented 3 months ago
Related Issue(s) nasa/fprime#2672
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

This PR updates the function calls for the com driver on a new deployment. This should be used for an upcoming F-prime 3.4.4 (or anything after 3.4.3).

Rationale

nasa/fprime#2672 updates the function calls for com drivers, such as SocketReadTask, Linux Uart, etc.. A new deployment using the devel fprime branch will fail upon building, since the headers do not match. This change matches the cookie cutter with the updated function headers.

CC @timcanham @LeStarch