cancel
Showing results for 
Search instead for 
Did you mean: 

Global Variables

ewitt
Associate II
Posted on August 30, 2006 at 09:30

Global Variables

2 REPLIES 2
ewitt
Associate II
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,

Erwin

ewitt
Associate II
Posted on August 30, 2006 at 09:30

k, i got it...

forgot extern...