Fix typo in canbus.rst (#3323)

This commit is contained in:
Max FERGER 2023-11-02 23:57:03 +01:00 committed by GitHub
parent 960523ddee
commit 45390fd649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ Standard IDs and Extended IDs can coexist on the same segment.
data: [0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]
- canbus.send:
# Standard ID by default
can_id: 0y100
can_id: 0x100
data: [0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]
canbus: