Skip to content

Commit

Permalink
Fix for new ByteStreamDriver interface work (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Aug 24, 2023
1 parent e8868d7 commit 0871736
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions HelloWorldDeployment/Top/instances.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ module HelloWorldDeployment {
# ----------------------------------------------------------------------

@ Communications driver. May be swapped with other comm drivers like UART
@ Note: Here we have TCP reliable uplink and UDP (low latency) downlink
instance comm: Drv.ByteStreamDriverModel base id 0x4000 \
type "Drv::TcpClient" \ # type specified to select implementor of ByteStreamDriverModel
at "../../Drv/TcpClient/TcpClient.hpp" # location of above implementor must also be specified
instance comm: Drv.TcpClient base id 0x4000

instance downlink: Svc.Framer base id 0x4100

Expand Down

0 comments on commit 0871736

Please sign in to comment.