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 <ijackson@chiark.greenend.org.uk>
hackerspace-green
Ian Jackson 2012-08-08 17:56:39 +01:00
parent 538189cc19
commit a873541ef6
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* -*- c++ -*- */
/*
Reprap firmware based on Sprinter and grbl.
Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm