File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ FUNCTIONS
8
8
==================================
9
9
begin KEYWORD2
10
10
setDebugOutputStream KEYWORD2
11
- i2cTest KEYWORD2
12
11
newCommand KEYWORD2
13
12
newRequest KEYWORD2
14
13
sendRequest KEYWORD2
Original file line number Diff line number Diff line change @@ -147,10 +147,6 @@ namespace
147
147
}
148
148
}
149
149
150
- // 2018-06 ST Microelectronics has a HAL bug that causes an infinite hang.
151
- // This code enables us to exercise that code path to test the state of the bug.
152
- int _readLengthAdjustment = 0 ;
153
-
154
150
/* **************************************************************************
155
151
PUBLIC FUNCTIONS
156
152
***************************************************************************/
@@ -228,20 +224,6 @@ void Notecard::clearDebugOutputStream()
228
224
NoteSetFnDebugOutput (nullptr );
229
225
}
230
226
231
- /* *************************************************************************/
232
- /* !
233
- @brief Adjust the I2C read length.
234
- Method enabling a developer to test the state of a known issue
235
- with the I2C HAL on some ST Microelectronics boards.
236
- @param Adjustment
237
- The read length to override.
238
- */
239
- /* *************************************************************************/
240
- void Notecard::i2cTest (int Adjustment)
241
- {
242
- _readLengthAdjustment = Adjustment;
243
- }
244
-
245
227
/* *************************************************************************/
246
228
/* !
247
229
@brief Creates a new request object for population by the host.
Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ class Notecard
126
126
void begin (HardwareSerial &serial, int speed = 9600 );
127
127
void setDebugOutputStream (Stream &dbgserial);
128
128
void clearDebugOutputStream (void );
129
- void i2cTest (int Adjustment);
130
129
J *newRequest (const char *request);
131
130
J *newCommand (const char *request);
132
131
bool sendRequest (J *req);
You can’t perform that action at this time.
0 commit comments