summaryrefslogtreecommitdiff
path: root/xpp/card_pri.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_pri.h')
-rw-r--r--xpp/card_pri.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/xpp/card_pri.h b/xpp/card_pri.h
index fd1e8c7..dbe83c0 100644
--- a/xpp/card_pri.h
+++ b/xpp/card_pri.h
@@ -25,16 +25,8 @@
#include "xpd.h"
enum pri_opcodes {
- XPROTO_NAME(PRI, REGISTER_REQUEST) = 0x0F,
- XPROTO_NAME(PRI, REGISTER_REPLY) = 0x10,
XPROTO_NAME(PRI, SET_LED) = 0x33,
};
-DEF_RPACKET_DATA(PRI, REGISTER_REPLY, /* Get status of a single register (for debugging) */
- reg_cmd_t regcmd;
- );
-DEF_RPACKET_DATA(PRI, REGISTER_REQUEST,
- reg_cmd_t reg_cmd;
- );
#endif /* CARD_PRI_H */