add timeout_timer.h to provide real tick timeout service for blocking control

This commit is contained in:
hathach
2013-02-27 20:58:11 +07:00
parent 594fc6771c
commit f56f6b6749
4 changed files with 92 additions and 1 deletions
+2
View File
@@ -39,8 +39,10 @@
#include "tusb_option.h"
#include "errors.h"
#include "binary.h"
#include "mock_osal.h"
#include "ehci.h"
//--------------------------------------------------------------------+
// Setup/Teardown + helper declare
//--------------------------------------------------------------------+