diff --git a/README.md b/README.md index 424227f7..010ae063 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +<<<<<<< HEAD g2core [![Build Status](https://travis-ci.org/synthetos/g2.svg?branch=edge)](https://travis-ci.org/synthetos/g2) [![Issues in Ready](https://badge.waffle.io/synthetos/g2.svg?label=ready&title=Ready)](http://waffle.io/synthetos/g2) [![Issues in Progress](https://badge.waffle.io/synthetos/g2.svg?label=in%20progress&title=In%20Progress)](http://waffle.io/synthetos/g2) @@ -208,3 +209,6 @@ These changes are primarily fixes applied after testing * **Different Behaviors**. There are some behaviors that are different. * Feedhold / queue flush on v8 works with !%~ in one line. In g2 it requires a newline. Use !\n%\n This is due to using a USB stack that is partly on the chip and not being able to get at the individual characters that far upstream. This will probably not change in v9. +======= +# controller +>>>>>>> 18e9df3c23572f38c4495d0cfb370c132efb74ed diff --git a/g2core/gpio.h b/g2core/gpio.h index bf474c59..c17c760b 100644 --- a/g2core/gpio.h +++ b/g2core/gpio.h @@ -38,8 +38,8 @@ #define D_OUT_CHANNELS 9 // number of digital outputs supported #define A_IN_CHANNELS 0 // number of analog inputs supported #define A_OUT_CHANNELS 0 // number of analog outputs supported -#define D_IN_CAN_CHANNELS 1 -#define D_OUT_CAN_CHANNELS 1 +#define D_IN_CAN_CHANNELS 0 +#define D_OUT_CAN_CHANNELS 0 #define A_IN_CAN_CHANNELS 0 #define A_OUT_CAN_CHANNELS 0