summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-31 08:29:11 +0700
committerGitHub <[email protected]>2019-10-31 08:29:11 +0700
commit4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7 (patch)
tree089b0b4e162aa02b326f4283b91fa895597c6ef4 /src/device/usbd.h
parent78523301bb7f6ae5bba18768ad670d9b2ae73fd7 (diff)
parente69d2a4a834b975f957fc5341fe4d08cf706adb6 (diff)
Merge pull request #206 from hathach/develop
Added a couple of unit testing with Ceedling/Cmock/Unity
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index 0ad126e94..b3665d7f2 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -41,6 +41,9 @@
// Application API
//--------------------------------------------------------------------+
+// Init device stack
+bool tud_init (void);
+
// Task function should be called in main/rtos loop
void tud_task (void);