Compiling M43 on invalid conversion (#14897)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							f085199f5b
						
					
				
				
					commit
					03dbe16ccc
				
			@@ -189,7 +189,7 @@ void port_print(const pin_t Ard_num) {
 | 
				
			|||||||
  for (Index = 0; Index < NUMBER_PINS_TOTAL; Index++)
 | 
					  for (Index = 0; Index < NUMBER_PINS_TOTAL; Index++)
 | 
				
			||||||
    if (Ard_num == GET_PIN_MAP_PIN_M43(Index)) break;
 | 
					    if (Ard_num == GET_PIN_MAP_PIN_M43(Index)) break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  char * const ppa = pin_xref[Index].Port_pin_alpha;
 | 
					  const char * ppa = pin_xref[Index].Port_pin_alpha;
 | 
				
			||||||
  sprintf_P(buffer, PSTR("%s"), ppa);
 | 
					  sprintf_P(buffer, PSTR("%s"), ppa);
 | 
				
			||||||
  SERIAL_ECHO(buffer);
 | 
					  SERIAL_ECHO(buffer);
 | 
				
			||||||
  if (ppa[3] == '\0') SERIAL_CHAR(' ');
 | 
					  if (ppa[3] == '\0') SERIAL_CHAR(' ');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user