Tweak MarlinSerial precursor
This commit is contained in:
		@@ -21,18 +21,16 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
  MarlinSerial.cpp - Hardware serial library for Wiring
 | 
					 * MarlinSerial.cpp - Hardware serial library for Wiring
 | 
				
			||||||
  Copyright (c) 2006 Nicholas Zambetti.  All right reserved.
 | 
					 * Copyright (c) 2006 Nicholas Zambetti.  All right reserved.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
  Modified 23 November 2006 by David A. Mellis
 | 
					 * Modified 23 November 2006 by David A. Mellis
 | 
				
			||||||
  Modified 28 September 2010 by Mark Sproul
 | 
					 * Modified 28 September 2010 by Mark Sproul
 | 
				
			||||||
  Modified 14 February 2016 by Andreas Hardtung (added tx buffer)
 | 
					 * Modified 14 February 2016 by Andreas Hardtung (added tx buffer)
 | 
				
			||||||
*/
 | 
					 */
 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "MarlinSerial.h"
 | 
					#include "MarlinSerial.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "stepper.h"
 | 
					#include "stepper.h"
 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "Marlin.h"
 | 
					#include "Marlin.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef USBCON
 | 
					#ifndef USBCON
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user