separate hidh_keyboard from hid_host
move test hid related to its own folder
This commit is contained in:
@@ -45,7 +45,7 @@ void tearDown(void)
|
||||
{
|
||||
}
|
||||
|
||||
void test_()
|
||||
void test_hidh()
|
||||
{
|
||||
TEST_IGNORE();
|
||||
}
|
||||
@@ -39,6 +39,7 @@
|
||||
#include "unity.h"
|
||||
#include "errors.h"
|
||||
#include "hid_host.h"
|
||||
#include "hid_host_keyboard.h"
|
||||
#include "mock_osal.h"
|
||||
#include "mock_usbh.h"
|
||||
#include "mock_hcd.h"
|
||||
Reference in New Issue
Block a user