FIX: Correct typo in stm32 gpio
This commit is contained in:
		
							parent
							
								
									4c7ed5e055
								
							
						
					
					
						commit
						0ceb313b6f
					
				@ -249,7 +249,7 @@ impl From<Pull> for vals::Pupdr {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/// Speed settings
 | 
					/// Speed settings
 | 
				
			||||||
///
 | 
					///
 | 
				
			||||||
/// These vary dpeending on the chip, ceck the reference manual or datasheet for details.
 | 
					/// These vary depending on the chip, check the reference manual or datasheet for details.
 | 
				
			||||||
#[allow(missing_docs)]
 | 
					#[allow(missing_docs)]
 | 
				
			||||||
#[derive(Debug, Copy, Clone)]
 | 
					#[derive(Debug, Copy, Clone)]
 | 
				
			||||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
 | 
					#[cfg_attr(feature = "defmt", derive(defmt::Format))]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user