next version of half duplex simulation

This commit is contained in:
tharexde 2021-01-05 01:11:46 +01:00
commit f6868aadf9
2 changed files with 13 additions and 3 deletions

View file

@ -52,6 +52,7 @@ typedef struct {
typedef struct {
bool check_field;
bool reset;
int field;
int cycles;
} PACKED em4x50_test_t;