Set default number of channels back for mega2560
This commit is contained in:
parent
fae9ab5a6b
commit
5df24e4b85
|
@ -10,8 +10,8 @@
|
|||
#define LED_BUILTIN 13
|
||||
#define CORE_AVR
|
||||
#define BOARD_H "board_avr2560.h"
|
||||
#define INJ_CHANNELS 8
|
||||
#define IGN_CHANNELS 1
|
||||
#define INJ_CHANNELS 4
|
||||
#define IGN_CHANNELS 5
|
||||
|
||||
//#define TIMER5_MICROS
|
||||
|
||||
|
|
Loading…
Reference in New Issue