Skip to content

Commit

Permalink
Merge pull request #1 from alh84001/patch-1
Browse files Browse the repository at this point in the history
Update config.h
  • Loading branch information
papodaca committed Jun 1, 2016
2 parents a9bce90 + 5cbc226 commit 83331cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/xt_usb/config.h
Expand Up @@ -57,7 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define XT_DATA_BIT 0
#define XT_INT_INIT() do { \
EICRA |= ((1<<ISC11) | \
(0<<ISC10)); \
(1<<ISC10)); \
} while (0)
#define XT_INT_ON() do { \
EIMSK |= (1<<INT1); \
Expand Down

0 comments on commit 83331cf

Please sign in to comment.