Guest User

Untitled

a guest
Feb 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #define SERIAL_NUMBER_LSW_ (0x1012)
  2.  
  3. const U16 *SERIAL_NUMBER_LSW_ptr = (const U16*) SERIAL_NUMBER_LSW_;
  4. //const U16 SERIAL_NUMBER_LSW = (*SERIAL_NUMBER_LSW_ptr);
  5. const U16 SERIAL_NUMBER_LSW = (U16 *)SERIAL_NUMBER_LSW_;
  6.  
  7. arr16MetaData[2] = SERIAL_NUMBER_LSW;
Add Comment
Please, Sign In to add comment