Skip to content

Commit

Permalink
Remove StandardFrame from CanFrameTypes enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
timrulebosch committed Feb 2, 2024
1 parent 8476b16 commit 0b3afca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schemas/stream/frame.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ table Timing {
}

enum CanFrameType:byte{
StandardFrame = 0, // Depreciated.
BaseFrame = 0, // CAN Base Format (Classical):
// frame_id is 11-bits
ExtendedFrame = 1, // CAN Extended Format:
Expand Down

0 comments on commit 0b3afca

Please sign in to comment.