annotate .dir-locals.el @ 257:8cbfce046d41

Try to read back the frequency values from AD9912 at startup Reset the AD9912 frequencies to the default value only as a fallback.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Fri, 05 Jun 2015 21:51:25 +0200
parents 2fc4ac8017af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
247
2fc4ac8017af Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff changeset
1 ((c-mode . ((indent-tabs-mode . t)
2fc4ac8017af Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff changeset
2 (tab-width . 4)
2fc4ac8017af Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff changeset
3 (c-basic-offset . 4))))