From d950b79dc4ff2e9a3110c8f8c66936a4f853a055 Mon Sep 17 00:00:00 2001 From: Uwe Vogt Date: Sat, 11 Nov 2023 11:04:27 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0071132..44cfdf4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,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); @@ -126,13 +126,13 @@ Type `can_test --help` to display all program options. #### macOS Ventura -- macOS Ventura (13.5.1) 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 -- macOS Big Sur (11.7.9) on a MacBook Pro (2019) +- macOS Big Sur (11.7.10) on a MacBook Pro (2019) - Apple clang version 13.0.0 (clang-1300.0.29.30) - Xcode Version 13.2.1 (13C100) @@ -182,7 +182,7 @@ You can choose between one of them if you use this work in whole or in part. Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other countries. \ 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