Skip to content

Commit 7b33fa8

Browse files
committed
fixed typos
1 parent 0c06397 commit 7b33fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/firmware/customizing_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Example: Make a Decision Based on RAMN Controls
335335
You can read the value of current RAMN controls using:
336336

337337
- Variables in ``ramn_sensors.h`` if the ECU has physical access (e.g., ECU C for shift joystick).
338-
- Variables in ``ramn_dbc.h`` if the ECU does not (e.g., ECU B, C, and D for shift joystick).
338+
- Variables in ``ramn_dbc.h`` if the ECU does not (e.g., ECU A, B, and D for shift joystick).
339339

340340
For example, if you want ECU C (which is physically connected to the shift joystick) to execute code only when the joystick is released, you can add this condition:
341341

@@ -346,7 +346,7 @@ For example, if you want ECU C (which is physically connected to the shift joyst
346346
// Your code
347347
}
348348
349-
If you want to apply the same condition to another ECU (ECU B, C, or D), you can add this condition:
349+
If you want to apply the same condition to another ECU (ECU A, B, or D), you can add this condition:
350350

351351
.. code-block:: C
352352

0 commit comments

Comments
 (0)