Use one-line comments.

This commit is contained in:
László Monda
2017-03-16 13:58:15 +01:00
parent 8e70296659
commit 0e52eb2267

View File

@@ -11,8 +11,8 @@
static uint32_t prevWatchdogCounter = 0;
/* This function is designed to restart and reinstall the I2C handler
* when a disconnection of the left side makes the master I2C bus unresponsive */
// This function is designed to restart and reinstall the I2C handler
// when a disconnection of the left side makes the master I2C bus unresponsive.
void PIT_I2C_WATCHDOG_HANDLER(void)
{
if (I2C_Watchdog == prevWatchdogCounter) { // Restart I2C if there hasn't be any interrupt during 1 sec