change actual type of pic_sym

This commit is contained in:
Yuichi Nishiwaki 2014-09-14 19:17:23 +09:00
parent a24748c49a
commit 9f7bde294c
1 changed files with 2 additions and 2 deletions

View File

@ -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,