mirror of
				https://github.com/jhbruhn/moonboot.git
				synced 2025-10-31 03:16:01 +00:00 
			
		
		
		
	Fix cortex m name
This commit is contained in:
		
							parent
							
								
									f6385dd21d
								
							
						
					
					
						commit
						73abd22a48
					
				
					 2 changed files with 1 additions and 5 deletions
				
			
		|  | @ -50,7 +50,6 @@ pre-release-replacements = [ | ||||||
| 
 | 
 | ||||||
| [workspace.metadata.release] | [workspace.metadata.release] | ||||||
| shared-version = true | shared-version = true | ||||||
| dependent-version = "upgrade" |  | ||||||
| 
 | 
 | ||||||
| [workspace] | [workspace] | ||||||
| members = [ | members = [ | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ pub trait Processor { | ||||||
| 
 | 
 | ||||||
| /// Implementation of a processor based on the cortex-m crate
 | /// Implementation of a processor based on the cortex-m crate
 | ||||||
| #[cfg(feature = "cortex-m")] | #[cfg(feature = "cortex-m")] | ||||||
| mod cortex_m { | pub mod cortex_m { | ||||||
|     use super::Processor; |     use super::Processor; | ||||||
|     /// cortex-m based [Processor]
 |     /// cortex-m based [Processor]
 | ||||||
|     pub struct CortexM {} |     pub struct CortexM {} | ||||||
|  | @ -41,6 +41,3 @@ mod cortex_m { | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #[cfg(feature = "cortex-m")] |  | ||||||
| /// A Jumper implementation for use with cortex-m processors
 |  | ||||||
| pub use cortex_m::CortexM; |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue