mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	bugfix, print not allowed in constructor
This commit is contained in:
		
							parent
							
								
									a7f237f391
								
							
						
					
					
						commit
						6ad30cc0dd
					
				@ -35,6 +35,4 @@ Platform::Platform()
 | 
			
		||||
    _memoryReference = (uint8_t*)malloc(1);
 | 
			
		||||
    free(_memoryReference);
 | 
			
		||||
    _memoryReference -= 1024;
 | 
			
		||||
    print("MemRef: ");
 | 
			
		||||
	println((long unsigned int)_memoryReference, HEX);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user