Use slightly more unique data name
This commit is contained in:
		
							parent
							
								
									2c8c9c9928
								
							
						
					
					
						commit
						e111b9d017
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -126,7 +126,7 @@ def _append_types(lines, container):
 | 
			
		|||
    lines.append('')
 | 
			
		||||
 | 
			
		||||
    additional_types = {}
 | 
			
		||||
    types = container.get('types', {})
 | 
			
		||||
    types = container.get('type_definitions', {})
 | 
			
		||||
    for key, value in types.items():
 | 
			
		||||
        data_type = _get_c_type(value['type'])
 | 
			
		||||
        additional_types[key] = f'xap_{key}_t'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue