Browse Source

Merge pull request #1 from alh84001/patch-1

Update config.h
master
Ethan Apodaca 8 years ago
parent
commit
83331cf6a2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      converter/xt_usb/config.h

+ 1
- 1
converter/xt_usb/config.h View File

#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); \