Global Variables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-08-30 12:30 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-08-30 12:17 AM
Posted on August 30, 2006 at 09:17
Hi everybody,
maybe its some stupid question, but i just don't get it. I want to define a global variable which is visible in main() but also in the Interruptserviceroutines like ''void UART0_IRQHandler(void)''. Defining it in the main source file doesn't work. I get an error message like <''bConn'' is undefined>. any hints? regards, ErwinOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-08-30 12:30 AM
Posted on August 30, 2006 at 09:30
k, i got it...
forgot extern...