Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module CustomFraming {
# Deframer interface
# ----------------------------------------------------------------------

include "../../lib/fprime/Svc/Interfaces/DeframerInterface.fppi"
import Svc.Deframer

@ An invalid frame was received (too short to be a frame)
event InvalidBufferReceived \
Expand Down
2 changes: 1 addition & 1 deletion FlightExamples/CustomFraming/DecafFramer/DecafFramer.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module CustomFraming {
@ Framer implementation for the F Prime protocol
passive component DecafFramer {

include "../../lib/fprime/Svc/Interfaces/FramerInterface.fppi"
import Svc.Framer

# ----------------------------------------------------------------------
# Allocation of buffers
Expand Down
Loading