Guest User

Untitled

a guest
Aug 14th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. STM32 programming tips and questions
  2. unsigned int myglobal;
  3.  
  4. void fun ( void )
  5. {
  6. unsigned int myg;
  7.  
  8. myg=myglobal;
Add Comment
Please, Sign In to add comment