mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Add missing INTC_GetInterruptHandler() function prototype.
This commit is contained in:
		
							parent
							
								
									badbca5791
								
							
						
					
					
						commit
						c0da7660fc
					
				| @ -110,10 +110,8 @@ | |||||||
| 			#define INTC_IRQ_LINE(IRQIndex)   (IRQIndex % 32) | 			#define INTC_IRQ_LINE(IRQIndex)   (IRQIndex % 32) | ||||||
| 
 | 
 | ||||||
| 		/* Function Prototypes: */ | 		/* Function Prototypes: */ | ||||||
| 			/** Initializes the interrupt controller, nulling out all interrupt handlers ready for new registration. This
 | 			void INTC_Init(void);			 | ||||||
| 			 *  function should be called once on startup to ensure the interrupt controller is ready for use. | 			InterruptHandlerPtr_t INTC_GetInterruptHandler(const uint_reg_t InterruptLevel); | ||||||
| 			 */ |  | ||||||
| 			void INTC_Init(void); |  | ||||||
| 
 | 
 | ||||||
| 		/* Inline Functions: */ | 		/* Inline Functions: */ | ||||||
| 			/** Registers a handler for a given interrupt group. On the AVR32 UC3 devices, interrupts are grouped by
 | 			/** Registers a handler for a given interrupt group. On the AVR32 UC3 devices, interrupts are grouped by
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera