nuttx/net/can
Xiang Xiao 7990f90915 Indent the define statement by two spaces
follow the code style convention

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-21 09:52:08 -03:00
..
can_callback.c
can_conn.c
can_getsockopt.c nuttx: improve C89 compatibility in common code 2023-05-19 02:40:38 +08:00
can_input.c
can_notifier.c
can_poll.c
can_recvmsg.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
can_sendmsg.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
can_setsockopt.c nuttx: improve C89 compatibility in common code 2023-05-19 02:40:38 +08:00
can_sockif.c net: Remove some minor #warning since it compiler specific 2023-05-18 15:44:28 +03:00
can.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
Kconfig
Make.defs