1
0

Merge pull request #1 from alh84001/patch-1

Update config.h
This commit is contained in:
Ethan Apodaca 2016-06-01 08:22:37 -07:00
commit 83331cf6a2

View File

@ -57,7 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define XT_DATA_BIT 0 #define XT_DATA_BIT 0
#define XT_INT_INIT() do { \ #define XT_INT_INIT() do { \
EICRA |= ((1<<ISC11) | \ EICRA |= ((1<<ISC11) | \
(0<<ISC10)); \ (1<<ISC10)); \
} while (0) } while (0)
#define XT_INT_ON() do { \ #define XT_INT_ON() do { \
EIMSK |= (1<<INT1); \ EIMSK |= (1<<INT1); \