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
+1 -1
View File
@@ -32,4 +32,4 @@
extern uint8_t Handler_Transmit_Buffer[MAX_MPDU];
#endif
#endif