Modified while testing the AT91SAM7S port. Needed to include MS/TP Silence Timer in ISR, and didn't want to call a function.

This commit is contained in:
skarg
2007-08-18 00:04:33 +00:00
parent 2cdf64ab90
commit 31d78501c0
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ extern "C" {
bool dlmstp_init(char *ifname);
void dlmstp_cleanup(void);
void dlmstp_millisecond_timer(void);
/* address of the 16-bit timer. Update it in an ISR or Task. */
volatile uint16_t *dlmstp_millisecond_timer_address(void);
/* returns number of bytes sent on success, negative on failure */
int dlmstp_send_pdu(BACNET_ADDRESS * dest, /* destination address */