From 2c8596edebaedd0ceae46a56385c71c83dda531c Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 4 Mar 2013 18:46:02 +0700 Subject: abstract call chains from hal usb isr --- tinyusb/hal/hal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tinyusb/hal/hal.h') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index 9afad4726..ad77055eb 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -68,6 +68,10 @@ extern "C" { #endif +// callback from tusb.h +extern void tusb_isr(uint8_t controller_id); + + /** \brief USB hardware init * * \param[in] para1 -- cgit v1.3.1