Corrected compiler warning for silence timer function.
This commit is contained in:
@@ -109,7 +109,7 @@ struct mstp_port_struct_t {
|
|||||||
/* denote intervals between N-1 and N */
|
/* denote intervals between N-1 and N */
|
||||||
/* Note: done here as functions - put into timer task or ISR
|
/* Note: done here as functions - put into timer task or ISR
|
||||||
so that you can be atomic on 8 bit microcontrollers */
|
so that you can be atomic on 8 bit microcontrollers */
|
||||||
uint16_t(
|
uint32_t(
|
||||||
*SilenceTimer) (
|
*SilenceTimer) (
|
||||||
void);
|
void);
|
||||||
void (
|
void (
|
||||||
|
|||||||
Reference in New Issue
Block a user