Midi parse test passing

This commit is contained in:
Ed
2024-04-15 10:38:19 +01:00
parent 255ca79718
commit 2fbeb47191
5 changed files with 170 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2021 XMOS LIMITED.
// Copyright 2021-2024 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#ifndef XUA_UNIT_TESTS_H_
#define XUA_UNIT_TESTS_H_
@@ -10,6 +10,7 @@
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);
unsigned random(unsigned *x);
#endif
#endif /* XUA_UNIT_TESTS_H_ */