Implement I2C watchdog for the left half. Disable the watchdog because it causes a hard fault. Don't update the test LED inside of SlaveCommand_SetTestLed due to testing purposes until the watchdog issue gets resolved.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
void InitPeripherals(void);
|
||||
extern void InitPeripherals(void);
|
||||
extern void InitI2c(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user