🔨 Port libsdl2_net required for macOS simulator
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							17f853d99c
						
					
				
				
					commit
					1d8941d008
				
			@@ -1125,6 +1125,8 @@ void GcodeSuite::process_subcommands_now(FSTR_P fgcode) {
 | 
			
		||||
  parser.parse(saved_cmd);                            // Restore the parser state
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#pragma GCC diagnostic pop
 | 
			
		||||
 | 
			
		||||
void GcodeSuite::process_subcommands_now(char * gcode) {
 | 
			
		||||
  char * const saved_cmd = parser.command_ptr;        // Save the parser state
 | 
			
		||||
  for (;;) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user