Browse Source

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>
pull/1/head
Ian Jackson 12 years ago
parent
commit
a873541ef6
  1. 2
      Marlin/Marlin.pde

2
Marlin/Marlin.pde

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

Loading…
Cancel
Save