Alias ets_printf directly to printf at link time
I thought maybe ets_printf had some special properties, but it doesn't seem to have any so far.
This commit is contained in:
		
							parent
							
								
									2e51f7b164
								
							
						
					
					
						commit
						b7b16de429
					
				
					 2 changed files with 3 additions and 13 deletions
				
			
		|  | @ -18,6 +18,9 @@ _lock_try_acquire_recursive = vPortEnterCritical; | |||
| _lock_release = vPortExitCritical; | ||||
| _lock_release_recursive = vPortExitCritical; | ||||
| 
 | ||||
| /* SDK compatibility */ | ||||
| ets_printf = printf; | ||||
| 
 | ||||
| /* Linker Script for ld -N */ | ||||
| MEMORY | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue