Skip to content

Commit e5d431f

Browse files
authored
Merge pull request #20 from diegohu/patch-1
Correct a typo
2 parents ec4d117 + 88d5157 commit e5d431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/ESDCAN-README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In the first release of Apollo software, ESD PCIe CAN is used for CAN communicat
55
### How To Add ESD CAN Support to Apollo Kernel
66

77
1. After/when you purchase CAN card from ESD Electronics, please contact support@esd.eu to obtain their supporting software package (search for can-pcie/402 to find it on their download website). We have tested version 3.10.3. You may need to make some changes if you use a different version.
8-
2. After unpacking the software package, please copy all files under src/ directory to drivers/esdcan/ (after having applied path linux/patches/esdcan.path), except for Makefile.
8+
2. After unpacking the software package, please copy all files under src/ directory to drivers/esdcan/ (after having applied patch linux/patches/esdcan.patch), except for Makefile.
99
3. Do the following to prepare for build:
1010
```bash
1111
cd drivers/esdcan/;rm Makefile Kconfig;ln -s Makefile.esd Makefile;ln -s Kconfig.esd Kconfig;cd ../..

0 commit comments

Comments
 (0)