diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-10-13 20:33:30 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-10-13 20:33:30 +0200 |
commit | 5d9d373a959271b498710817d08c2ea8e153aa6e (patch) | |
tree | 6867e887454a850b4e15616000ef342a1c661c7e /firmware/usbn2mc.c | |
parent | 35a36b0a6c69ce136fd6ea2a203d34e48e1291e8 (diff) | |
download | mini-octopus-5d9d373a959271b498710817d08c2ea8e153aa6e.tar.gz mini-octopus-5d9d373a959271b498710817d08c2ea8e153aa6e.zip |
correct firmware??
Diffstat (limited to 'firmware/usbn2mc.c')
-rw-r--r-- | firmware/usbn2mc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbn2mc.c b/firmware/usbn2mc.c index 413009c..d9b0fdd 100644 --- a/firmware/usbn2mc.c +++ b/firmware/usbn2mc.c @@ -81,7 +81,7 @@ USBNInitMC (void) USB_CS_DDR |= (1 << PF_CS); USB_CS_PORT |= (1 << PF_CS); - //sei (); + sei (); } |