From f60fed3c0b8449bc797bb279ca7d76c4e5e32212 Mon Sep 17 00:00:00 2001 From: Uwe Vogt Date: Tue, 7 Nov 2023 19:15:44 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 99facfb..12e2280 100644 --- a/README.md +++ b/README.md @@ -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); @@ -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 @@ -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