summaryrefslogtreecommitdiff
path: root/xpp/card_bri.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_bri.h')
-rw-r--r--xpp/card_bri.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xpp/card_bri.h b/xpp/card_bri.h
index 1111d2a..a7b69de 100644
--- a/xpp/card_bri.h
+++ b/xpp/card_bri.h
@@ -25,16 +25,7 @@
#include "xpd.h"
enum bri_opcodes {
- XPROTO_NAME(BRI, REGISTER_REQUEST) = 0x0F,
- XPROTO_NAME(BRI, REGISTER_REPLY) = 0x10,
XPROTO_NAME(BRI, SET_LED) = 0x33,
};
-DEF_RPACKET_DATA(BRI, REGISTER_REPLY, /* Get status of a single register (for debugging) */
- reg_cmd_t regcmd;
- );
-DEF_RPACKET_DATA(BRI, REGISTER_REQUEST,
- reg_cmd_t reg_cmd;
- );
-
#endif /* CARD_BRI_H */