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.
controller-hd/User/app_hart_user_standard.c

6 lines
147 B
C

#include "app_hart_user_standard.h"
BOOL hart_user_standard_handle(hart_interface_user_event_e event, const void *const data)
{
return TRUE;
}