greatly increase drive selection delay because I don't know it doesn't work sometimes otherwise
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
		
							parent
							
								
									6984ca0592
								
							
						
					
					
						commit
						e12eb4bed9
					
				@ -209,10 +209,12 @@ impl ATABus {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    fn select_delay(&mut self) {
 | 
					    fn select_delay(&mut self) {
 | 
				
			||||||
        unsafe {
 | 
					        unsafe {
 | 
				
			||||||
            self.dcr.read();
 | 
					            for _ in 0..100 {
 | 
				
			||||||
            self.dcr.read();
 | 
					                self.dcr.read();
 | 
				
			||||||
            self.dcr.read();
 | 
					                self.dcr.read();
 | 
				
			||||||
            self.dcr.read();
 | 
					                self.dcr.read();
 | 
				
			||||||
 | 
					                self.dcr.read();
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user