change actual type of pic_sym
This commit is contained in:
parent
a24748c49a
commit
9f7bde294c
|
@ -10,10 +10,10 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pic_sym is just an alias to unsigned int.
|
* pic_sym is just an alias of uint32_t.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef unsigned int pic_sym;
|
typedef uint32_t pic_sym;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* `undef` values never seen from user-end: that is,
|
* `undef` values never seen from user-end: that is,
|
||||||
|
|
Loading…
Reference in New Issue