adding TSM support

This commit is contained in:
skarg
2005-03-19 01:44:14 +00:00
parent 23e8917925
commit e2a8d15689
8 changed files with 59 additions and 21 deletions
+2
View File
@@ -7,6 +7,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include "config.h"
#include "bacdef.h"
#include "npdu.h"
#include "apdu.h"
@@ -92,6 +93,7 @@ int main(int argc, char *argv[])
// custom handlers
apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_WHO_IS,WhoIsHandler);
// init the physical layer
if (!ethernet_init("eth0"))
return 1;