Subversion Repositories Code-Repo

Rev

Rev 151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 154
Line 9... Line 9...
9
//       enabling interrupts if sleep_high_interrupt_if_okay() is called!
9
//       enabling interrupts if sleep_high_interrupt_if_okay() is called!
10
 
10
 
11
// Initialize the interrupts
11
// Initialize the interrupts
12
void Interrupt_Init(void);
12
void Interrupt_Init(void);
13
 
13
 
14
// enable the interrupts (high and low priority)
14
// Enable the interrupts (high and low priority)
15
void Interrupt_Enable(void);
15
void Interrupt_Enable(void);
16
 
-
 
17
void Interrupt_Disable(void);
16
void Interrupt_Disable(void);
18
 
17
 
19
#endif
18
#endif