commit | 1662a0e409ae2858065bcb3d0fda751f14e24318 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Dec 19 17:50:01 2013 -0800 |
committer | Brian Silverman <brians> | Thu Dec 19 17:50:01 2013 -0800 |
tree | 5cedad875869127abe9ab002ffd1d8dabb6e05e0 | |
parent | 38c58ce32980757611806921ef972a021bae8785 [diff] [blame] |
cleaned up issues with Daniel's code There were a lot of style things and a misunderstanding of the protocol between the cape and the BBB.
diff --git a/bbb_cape/src/bbb/crc.h b/bbb_cape/src/bbb/crc.h index cb0bf63..7a8eb95 100644 --- a/bbb_cape/src/bbb/crc.h +++ b/bbb_cape/src/bbb/crc.h
@@ -1,7 +1,7 @@ #ifndef BBB_CRC_H_ #define BBB_CRC_H_ -#include <cstring> +#include <string.h> #include <stdint.h> namespace cape {