Skip to content

Commit daebc99

Browse files
committed
typo?
1 parent 71cd46f commit daebc99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/a_box/adbms/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const uint8_t PLSADC[2] = { 0x07, 0x1D };
101101
const uint8_t PLAUX1[2] = { 0x07, 0x1E };
102102
const uint8_t PLAUX2[2] = { 0x07, 0x1F };
103103

104-
// Diagn command
104+
// Diagnostic command
105105
const uint8_t DIAGN[2] = { 0x07, 0x15 };
106106

107107
// GPIOs commands

source/a_box/adbms/commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extern const uint8_t PLSADC[2];
102102
extern const uint8_t PLAUX1[2];
103103
extern const uint8_t PLAUX2[2];
104104

105-
// Diagn command
105+
// Diagnostic command
106106
extern const uint8_t DIAGN[2];
107107

108108
// GPIOs commands

0 commit comments

Comments
 (0)