We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d619407 commit 06fa9ffCopy full SHA for 06fa9ff
1 file changed
Svc/FprimeRouter/FprimeRouter.fpp
@@ -17,12 +17,6 @@ module Svc {
17
@ components should either process data synchronously, or copy the data if needed
18
output port unknownDataOut: Svc.ComDataWithContext
19
20
- @ Port for allocating buffers
21
- output port bufferAllocate: Fw.BufferGet
22
-
23
- @ Port for deallocating buffers
24
- output port bufferDeallocate: Fw.BufferSend
25
26
@ An error occurred while serializing a com buffer
27
event SerializationError(
28
status: U32 @< The status of the operation
0 commit comments