able to build
This commit is contained in:
		@@ -40,7 +40,7 @@ STATIC_ASSERT(RTC1_IRQ_PRI == SWI_IRQ_PRI);
 | 
			
		||||
#ifdef NRF51
 | 
			
		||||
#define SWI_IRQn SWI0_IRQn
 | 
			
		||||
#define SWI_IRQHandler SWI0_IRQHandler
 | 
			
		||||
#elif defined NRF52
 | 
			
		||||
#elif defined(NRF52832_XXAA) || defined(NRF52840_XXAA)
 | 
			
		||||
#define SWI_IRQn SWI0_EGU0_IRQn
 | 
			
		||||
#define SWI_IRQHandler SWI0_EGU0_IRQHandler
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
@@ -279,7 +279,7 @@ uint32_t app_timer_cnt_diff_compute(uint32_t   ticks_to,
 | 
			
		||||
 *
 | 
			
		||||
 * @return Maximum number of events in queue observed so far.
 | 
			
		||||
 */
 | 
			
		||||
uint16_t app_timer_op_queue_utilization_get(void);
 | 
			
		||||
uint8_t app_timer_op_queue_utilization_get(void);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif // APP_TIMER_H__
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user