mirror of
https://github.com/solderparty/i2c_puppet.git
synced 2025-08-16 08:17:47 +02:00
Improvements commited 2 months later (I really should leave notes for myself)
This commit is contained in:
@ -24,7 +24,6 @@ static void gpio_irq(uint gpio, uint32_t events)
|
||||
int main(void)
|
||||
{
|
||||
// The here order is important because it determines callback call order
|
||||
|
||||
usb_init();
|
||||
|
||||
#ifndef NDEBUG
|
||||
@ -53,9 +52,7 @@ int main(void)
|
||||
#endif
|
||||
|
||||
while (true) {
|
||||
keyboard_task();
|
||||
|
||||
// tud_task();
|
||||
__wfe();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user