refactored handlers.c into a bunch of little individual files in the demo/handler/ directory. Handlers begin with h_, and Send files begin with s_. The Send files are prototyped in client.h.

This commit is contained in:
skarg
2006-01-14 23:48:03 +00:00
parent 3be3fdaeef
commit 0ea1bf30bf
16 changed files with 1028 additions and 27 deletions
+2
View File
@@ -28,6 +28,8 @@
#include "txbuf.h"
#include "bacdef.h"
#include "bacdcode.h"
#include "iam.h"
#include "address.h"
void handler_i_am(
uint8_t *service_request,