Use FaSTTUBe CAN Abstraction Layer

This commit is contained in:
2023-03-15 18:07:38 +01:00
parent 9355595b73
commit e18135558d
14 changed files with 40 additions and 113 deletions

View File

@ -5,8 +5,4 @@
void set_error_led();
uint64_t ntohll(uint64_t netlonglong);
uint32_t ntohl(uint32_t netlong);
uint16_t ntohs(uint16_t netshort);
#endif // INC_UTIL_H