浏览代码

Merge pull request #1 from alh84001/patch-1

Update config.h
master
Ethan Apodaca 8 年前
父节点
当前提交
83331cf6a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      converter/xt_usb/config.h

+ 1
- 1
converter/xt_usb/config.h 查看文件

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