Closed msplr closed 9 years ago
The build fails. Apparently it doesn't checkout the cmp submodule. I don't know why though.
According to [1], you need to add git submodule update --init --recursive
to the Travis CI build script.
[1] http://stackoverflow.com/questions/4600835/adding-git-submodule-that-contains-another-submodule
I made the needed changes. You can pull them from antoinealb/can-bootloader (commit 844bb1ccd54f58b496a95f2847bad91c41360510).
Addresses #30