mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	log: Remove non-static TAG variables
This commit is contained in:
		
				
					committed by
					
						
						Angus Gratton
					
				
			
			
				
	
			
			
			
						parent
						
							8688f0ec05
						
					
				
				
					commit
					ea2afa83a8
				
			@@ -25,8 +25,6 @@
 | 
			
		||||
#include "esp_system.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
const char *TAG = "boot_rng";
 | 
			
		||||
 | 
			
		||||
void bootloader_fill_random(void *buffer, size_t length)
 | 
			
		||||
{
 | 
			
		||||
    uint8_t *buffer_bytes = (uint8_t *)buffer;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user