Browse Source

Tweak MarlinSerial precursor

Scott Lahteine 8 years ago
parent
commit
1a558ef486
1 changed files with 7 additions and 9 deletions
  1. 7
    9
      Marlin/MarlinSerial.cpp

+ 7
- 9
Marlin/MarlinSerial.cpp View File

@@ -21,18 +21,16 @@
21 21
  */
22 22
 
23 23
 /**
24
-  MarlinSerial.cpp - Hardware serial library for Wiring
25
-  Copyright (c) 2006 Nicholas Zambetti.  All right reserved.
26
-
27
-  Modified 23 November 2006 by David A. Mellis
28
-  Modified 28 September 2010 by Mark Sproul
29
-  Modified 14 February 2016 by Andreas Hardtung (added tx buffer)
30
-*/
31
-
24
+ * MarlinSerial.cpp - Hardware serial library for Wiring
25
+ * Copyright (c) 2006 Nicholas Zambetti.  All right reserved.
26
+ *
27
+ * Modified 23 November 2006 by David A. Mellis
28
+ * Modified 28 September 2010 by Mark Sproul
29
+ * Modified 14 February 2016 by Andreas Hardtung (added tx buffer)
30
+ */
32 31
 #include "MarlinSerial.h"
33 32
 
34 33
 #include "stepper.h"
35
-
36 34
 #include "Marlin.h"
37 35
 
38 36
 #ifndef USBCON

Loading…
Cancel
Save