Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-can committed Nov 7, 2023
1 parent c255e49 commit f60fed3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public:
CANAPI_Return_t ResetController();

CANAPI_Return_t WriteMessage(CANAPI_Message_t message, uint16_t timeout = 0U);
CANAPI_Return_t ReadMessage(CANAPI_Message_t &message, uint16_t timeout = CANREAD_INFINITE);
CANAPI_Return_t ReadMessage(CANAPI_Message_t &message, uint16_t timeout = CANWAIT_INFINITE);

CANAPI_Return_t GetStatus(CANAPI_Status_t &status);
CANAPI_Return_t GetBusLoad(uint8_t &load);
Expand Down Expand Up @@ -123,9 +123,9 @@ Type `can_test --help` to display all program options.
#### macOS Ventura
- macOS Ventura (13.5.2) on a Mac mini (M1, 2020)
- Apple clang version 14.0.3 (clang-1403.0.22.14.1)
- Xcode Version 14.3.1 (14E300c)
- macOS Ventura (13.6.1) on a Mac mini (M1, 2020)
- Apple clang version 15.0.0 (clang-1500.0.40.1)
- Xcode Version 15.0.1 (15A507)
#### macOS Big Sur
Expand Down Expand Up @@ -189,7 +189,7 @@ Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other cou
PCAN is a registered trademark of PEAK-System Technik GmbH, Darmstadt, Germany. \
Windows is a registered trademark of Microsoft Corporation in the United States and/or other countries. \
Linux is a registered trademark of Linus Torvalds. \
All other company, product and service names mentioned herein may be trademarks, registered trademarks or service marks of their respective owners.
All other company, product and service names mentioned herein may be trademarks, registered trademarks, or service marks of their respective owners.
### Hazard Note
Expand Down

0 comments on commit f60fed3

Please sign in to comment.