git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11293 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2018-01-16 10:06:46 +00:00
parent 919e728acf
commit 019ab0efbf
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ void boardInit(void) {
* External interrupts setup, all disabled initially. * External interrupts setup, all disabled initially.
*/ */
EICRA = 0x00; EICRA = 0x00;
EICRB = 0x00; // EICRB = 0x00; /* Bug 758 */
EIMSK = 0x00; EIMSK = 0x00;
} }