This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
#include "app_hart_user_standard.h"
|
|
BOOL hart_user_standard_handle(hart_interface_user_event_e event, const void *const data)
|
|
{
|
|
return TRUE;
|
|
}
|