From 1fbae5716c78d0061acbdcfc58bcc47c5524b086 Mon Sep 17 00:00:00 2001 From: jonschz Date: Wed, 11 Jun 2025 23:18:17 +0200 Subject: [PATCH] formatting --- LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp b/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp index 4997e8d5..abf16351 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp @@ -633,7 +633,6 @@ MxResult LegoPathController::ReadBoundaries(LegoStorage* p_storage) MxU16 s; MxU8 j; - if (p_storage->Read(&numE, sizeof(numE)) != SUCCESS) { return FAILURE; }