aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 00:21:27 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 00:21:27 -0700
commite4c2319fef97c722132617e6736da7c8afa8622a (patch)
treee4e0689e6e479504960a5e435edfe6d91b1d61ce /README.md
parent33b4703734c34ed642edbb5786dfec429f763c74 (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b25e394..f3838db 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,4 @@ sudo make install
mycan
```
-all_SRE_edited.c and all_SRE_edited.h are auto generated by [dbcc](https://github.com/howerj/dbcc) via `dbcc all_SRE_edited.dbc`, see Makfile. all_SRE_edited.dbc is edited from all_SRE.dbc by deleting some lines to make dbcc work, else some functions will not be generated. Not sure why those lines need to be deleted to make dbcc work, maybe there's a better way. More all_SRE_edited.dbc edits see commit histories.
+all_SRE_edited.c and all_SRE_edited.h are auto generated by [dbcc](https://github.com/howerj/dbcc) via `dbcc all_SRE_edited.dbc`, see Makfile. all_SRE_edited.dbc is edited from [SR-16 Custom BMS.dbc](https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc) by editing some lines to make dbcc work.