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.
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