i still don't understand why MPlab don't commit this shit !

This commit is contained in:
2023-03-10 16:06:17 +01:00
parent 9b271afdb2
commit 2c949062dc
10 changed files with 137 additions and 62 deletions

View File

@@ -45,10 +45,10 @@ void modbus_send(uint8_t length);
* This function will be called every time a character has been received on the
* Modbus serial port. It is called from the interrupt hander.
*
* @param c : the received char
* @param c : the received char // removed !
* @see interrupts.c.
*/
void modbus_char_recvd(uint8_t c);
void modbus_char_recvd(void);
/**
* Modbus timer finished. This function is called by the interrupt handler