correct errata check for nrf52840 first production
This commit is contained in:
		@@ -94,7 +94,7 @@ static inline bool nrf_drv_usbd_errata_type_52840_proto1(void)
 | 
				
			|||||||
static inline bool nrf_drv_usbd_errata_type_52840_fp1(void)
 | 
					static inline bool nrf_drv_usbd_errata_type_52840_fp1(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    return ( nrf_drv_usbd_errata_type_52840() &&
 | 
					    return ( nrf_drv_usbd_errata_type_52840() &&
 | 
				
			||||||
               ( ((*(uint32_t *)0xF0000FE8) & 0xF0) == 0x10 ) &&
 | 
					               ( ((*(uint32_t *)0xF0000FE8) & 0xF0) == 0x20 ) &&
 | 
				
			||||||
               ( ((*(uint32_t *)0xF0000FEC) & 0xF0) == 0x00 ) );
 | 
					               ( ((*(uint32_t *)0xF0000FEC) & 0xF0) == 0x00 ) );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
 Submodule lib/tinyusb updated: fa2e043126...d1ecef4fc3
									
								
							
		Reference in New Issue
	
	Block a user