bluefnorf: Handle interrupt-based USB comm properly
Use the USB LP ISR instead of polling using a timer.
This commit is contained in:
parent
85c3b2d60f
commit
1d92e483b6
1 changed files with 4 additions and 0 deletions
|
|
@ -37,3 +37,7 @@ int main(void)
|
|||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
void hard_fault_handler(void) {
|
||||
while (23);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue