From a873541ef6b23100dc6dec15e6195e87cef6fce5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 8 Aug 2012 17:56:39 +0100 Subject: [PATCH] Marlin.pde: include comment for emacs mode 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 --- Marlin/Marlin.pde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/Marlin.pde b/Marlin/Marlin.pde index 73f1f4126..f38920b44 100644 --- 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