Added BUILD=debug to linux/mingw makefiles.

This commit is contained in:
skarg
2008-11-20 16:26:39 +00:00
parent ae26f6f294
commit e6f683a43b
19 changed files with 137 additions and 35 deletions
+2
View File
@@ -87,6 +87,8 @@ static void Init_Service_Handlers(
handler_timesync);
apdu_set_confirmed_handler(SERVICE_CONFIRMED_SUBSCRIBE_COV,
handler_cov_subscribe);
apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_COV_NOTIFICATION,
handler_ucov_notification);
/* handle communication so we can shutup when asked */
apdu_set_confirmed_handler(SERVICE_CONFIRMED_DEVICE_COMMUNICATION_CONTROL,
handler_device_communication_control);