extruder/config.h.dist: add fallbacks for non-Makefile compilation.

This commit is contained in:
Markus Hitter 2011-03-19 22:13:53 +01:00
parent 6e9dd81fb7
commit f9842d1d90
1 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,19 @@
#ifndef _CONFIG_H
#define _CONFIG_H
/*
CPU clock rate
*/
#ifndef F_CPU
#define F_CPU 16000000L
#endif
/*
other fallbacks for the Arduino IDE
*/
#define EXTRUDER
#define GEN3
#include "arduino.h"
// controller index- bus is multidrop after all