From 0b3afcab85e05a1f74372491c72bf921092c0293 Mon Sep 17 00:00:00 2001 From: Timothy Rule <90191439+timrulebosch@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:25:47 +0100 Subject: [PATCH] Remove StandardFrame from CanFrameTypes enum. --- schemas/stream/frame.fbs | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/stream/frame.fbs b/schemas/stream/frame.fbs index 68cc51c..136c4f4 100644 --- a/schemas/stream/frame.fbs +++ b/schemas/stream/frame.fbs @@ -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: