Commit 0eaa495c authored by Stephanos Ioannidis's avatar Stephanos Ioannidis Committed by Anas Nashif
Browse files

samples: drivers: can: Rename directory for consistency



This commit renames the CAN sample directory name from `CAN` to `can`
to be consistent with others.

Noting that the CAN driver test directory is named `tests/drivers/can`,
we have no excuse for naming the CAN driver sample directory
`samples/drivers/CAN`.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
parent ec5603da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@
/samples/bluetooth/                       @jhedberg @Vudentz @joerchan
/samples/boards/intel_s1000_crb/          @sathishkuttan @dcpleung @nashif
/samples/display/                         @vanwinkeljan
/samples/drivers/CAN/                     @alexanderwachter
/samples/drivers/can/                     @alexanderwachter
/samples/drivers/display/                 @vanwinkeljan
/samples/drivers/ht16k33/                 @henrikbrixandersen
/samples/drivers/lora/                    @Mani-Sadhasivam
Loading