nuttx/drivers/can
Mingjie Shen 65e97ffca1 drivers/can/can.c: Fix nested loops with same variable
In this nested loop, the iteration variable is the same for both loops.
This is a typo and the inner loop should use a new loop variable.

Signed-off-by: Mingjie Shen <shen497@purdue.edu>
2023-06-25 11:47:34 +03:00
..
can.c drivers/can/can.c: Fix nested loops with same variable 2023-06-25 11:47:34 +03:00
Kconfig
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
mcp2515.c drivers/can/mcp2515.c Fix: add missing spi configuration in mcp2515_reset_lowlevel 2023-06-01 09:52:16 -03:00
mcp2515.h drivers: Alan Carvalho de Assis: update licenses to Apache 2021-03-13 05:56:43 -08:00