diff --git a/extras/acan2517FD.pdf b/extras/acan2517FD.pdf index f8b4d1b..d8bf9f2 100644 Binary files a/extras/acan2517FD.pdf and b/extras/acan2517FD.pdf differ diff --git a/src/ACAN2517FD.cpp b/src/ACAN2517FD.cpp index f3bb1bf..225bb8a 100644 --- a/src/ACAN2517FD.cpp +++ b/src/ACAN2517FD.cpp @@ -1174,7 +1174,7 @@ uint32_t ACAN2517FD::errorCounters (void) { //---------------------------------------------------------------------------------------------------------------------- -uint32_t ACAN2517FD::diagInfos (const int inIndex) { // thanks to Flole998 and turnary +uint32_t ACAN2517FD::diagInfos (const int inIndex) { // thanks to Flole998 and turmary return readRegister32 (inIndex ? BDIAG1_REGISTER: BDIAG0_REGISTER) ; } diff --git a/src/ACAN2517FD.h b/src/ACAN2517FD.h index ffb3048..6dcf03d 100644 --- a/src/ACAN2517FD.h +++ b/src/ACAN2517FD.h @@ -88,7 +88,7 @@ class ACAN2517FD { public: uint32_t errorCounters (void) ; //······················································································································ -// Get diagnostic information (thanks to Flole998 and turnary) +// Get diagnostic information (thanks to Flole998 and turmary) // inIndex == 0 returns BDIAG0_REGISTER // inIndex != 0 returns BDIAG1_REGISTER //······················································································································