Skip to content

Commit 42cfeb2

Browse files
committed
Fix $send escape for TcpClient
1 parent 07b261d commit 42cfeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino/Drv/TcpClient/TcpClient.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Arduino {
1515
output port deallocate: Fw.BufferSend
1616

1717
@ Takes data to transmit out the UART device
18-
guarded input port send: Drv.ByteStreamSend
18+
guarded input port $send: Drv.ByteStreamSend
1919

2020
@ Takes data to transmit out the UART device
2121
output port $recv: Drv.ByteStreamRecv

0 commit comments

Comments
 (0)