Introducing BULK commands to reduce bandwidth.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-02-19 18:29:37 +01:00
parent 57e88f85ee
commit 6b483029a5
2 changed files with 28 additions and 0 deletions

View File

@@ -74,5 +74,6 @@ extern uint16_t apdu_process(uint8_t, const uint8_t *buffer, uint16_t buffer_siz
extern void apdu_finish();
extern uint16_t apdu_next();
extern void *apdu_thread(void *);
extern int bulk_cmd(int (*cmd)());
#endif