commit | ba0407599b6271f47a4e6e6d539522ae5b207287 | [log] [tgz] |
---|---|---|
author | Sunil Jogi <sunil.jogi@nxp.com> | Tue May 22 19:22:58 2012 -0700 |
committer | Martijn Coenen <maco@google.com> | Wed May 23 08:37:35 2012 -0700 |
tree | 5f5338f2a9e191b54d0df22db7f777382d443c11 | |
parent | 9d5e63503d2d948bc73e85dff7b9995f3cb1ca24 [diff] |
Fix wrong extern variable size nxp_nfc_felica_timeout originally uint8_t but current source has uint32_t. Changed to uint8_t to fix the problem. Without fix it overwrite the other global memory region which can create problem in other section of code.