fixed for compilation with IAR compiler
This commit is contained in:
parent
928bf6b6c1
commit
d8e54ca585
7 changed files with 27 additions and 7 deletions
|
@ -33,9 +33,9 @@
|
|||
#ifndef __ME_TABS_H__
|
||||
#define __ME_TABS_H__
|
||||
|
||||
const unsigned short me_encode_tab[256];
|
||||
const unsigned char me_decode_tab[256];
|
||||
const unsigned char me_valid_tab[256];
|
||||
extern const unsigned short me_encode_tab[256];
|
||||
extern const unsigned char me_decode_tab[256];
|
||||
extern const unsigned char me_valid_tab[256];
|
||||
|
||||
#endif /* __ME_TABS_H__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue