Skip to content

Commit

Permalink
Fixed function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Bank authored and Laurence Bank committed Sep 22, 2023
1 parent 03a0396 commit 5d3d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obd_io.inl
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ static void RawWrite(OBDISP *pOBD, unsigned char *pData, int iLen)
}
} // I2C
} /* RawWrite() */
static void RawWriteData(OBDISP *pOBD, unsigned char *pData, int iLen)
void RawWriteData(OBDISP *pOBD, unsigned char *pData, int iLen)
{
#if !defined( WIMPY_MCU )
if (pOBD->com_mode == COM_SPI) // we're writing to SPI, treat it differently
Expand Down

0 comments on commit 5d3d41b

Please sign in to comment.