diff options
| author | hathach <[email protected]> | 2019-11-22 00:32:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-22 00:33:10 +0700 |
| commit | 03deeea4655dc3cb39011397254f8dc6b5c9383f (patch) | |
| tree | 7f29da43515f7cf2daa895fef15455160527930c /src/host/hcd.h | |
| parent | f5d737aa7ec6abde5738d29510c8416d5e8b17e7 (diff) | |
fix segger host example
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 86e7d664b..97dc3ebfd 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -87,6 +87,7 @@ enum { // HCD API
//--------------------------------------------------------------------+
bool hcd_init(void);
+void hcd_isr(uint8_t hostid);
void hcd_int_enable (uint8_t rhport);
void hcd_int_disable(uint8_t rhport);
|
