Fixed bug #758.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11293 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
919e728acf
commit
019ab0efbf
|
@ -69,7 +69,7 @@ void boardInit(void) {
|
|||
* External interrupts setup, all disabled initially.
|
||||
*/
|
||||
EICRA = 0x00;
|
||||
EICRB = 0x00;
|
||||
// EICRB = 0x00; /* Bug 758 */
|
||||
EIMSK = 0x00;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue