CARD: Add missing function return type declaration for sim_card_test
This commit is contained in:
parent
0daa80e03d
commit
0786e1fc60
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ extern CONST char sim_ascii_to_six[128]; /* Map 7 bit ASCII to BCD */
|
||||||
extern CONST uint8 sim_parity_table[64]; /* 64 entry odd parity table */
|
extern CONST uint8 sim_parity_table[64]; /* 64 entry odd parity table */
|
||||||
|
|
||||||
/* Unit test routine */
|
/* Unit test routine */
|
||||||
extern sim_card_test (DEVICE *dptr);
|
extern t_stat sim_card_test (DEVICE *dptr);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue