cancel
Showing results for 
Search instead for 
Did you mean: 

Safety feature for CAPS function Device_Init(void)

rgreenthal
Associate II
Posted on June 24, 2008 at 16:52

Safety feature for CAPS function Device_Init(void)

1 REPLY 1
rgreenthal
Associate II
Posted on May 17, 2011 at 09:53

you need to add a wrapper

Device_Init(void)

{

__disable_interrupt();

...

__enable_interrupt();

}