chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9833e
)
Marlin.pde: include comment for emacs mode
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 8 Aug 2012 16:56:39 +0000
(17:56 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 9 Aug 2012 18:15:38 +0000
(19:15 +0100)
Emacs by default doesn't recognise a ".pde" file as C++ source code.
Add the annotation to the top of the file to make it work.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Marlin/Marlin.pde
patch
|
blob
|
history
diff --git
a/Marlin/Marlin.pde
b/Marlin/Marlin.pde
index 73f1f4126b84350000c24ca825ab69a5f7696912..f38920b44c73b43cb6c07c54e25c5b27cbf61b72 100644
(file)
--- a/
Marlin/Marlin.pde
+++ b/
Marlin/Marlin.pde
@@
-1,3
+1,5
@@
+/* -*- c++ -*- */
+
/*
Reprap firmware based on Sprinter and grbl.
Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm