Skip to content

Commit

Permalink
Faute d’orthographe corrigée
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremolinaro committed Jan 14, 2021
1 parent da25687 commit 8a83c2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified extras/acan2517FD.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ACAN2517FD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) ;
}

Expand Down
2 changes: 1 addition & 1 deletion src/ACAN2517FD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//······················································································································
Expand Down

0 comments on commit 8a83c2a

Please sign in to comment.