forked from PAWPAW-Mirror/lib_xua
WIP unit test for midi parse
This commit is contained in:
@@ -6,4 +6,10 @@
|
||||
#include "unity.h"
|
||||
#include "xua_conf.h"
|
||||
|
||||
#ifndef __XC__
|
||||
void midi_in_parse_wrap(void * mips, unsigned cable_number, unsigned char b, unsigned * valid, unsigned * packed);
|
||||
void midi_out_parse_wrap(unsigned tx_data, unsigned midi[3], unsigned * size);
|
||||
void reset_midi_state_wrap(void *mips);
|
||||
#endif
|
||||
|
||||
#endif /* XUA_UNIT_TESTS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user