LPCXpresso55S69_ESP_Hosted/include/app_nh_impl.h

13 lines
227 B
C

#ifndef APP_NH_IMPL_H
#define APP_NH_IMPL_H
#include "nh_ctrl_api.h"
#include "nh_shared_if.h"
extern nh_ctrl_api_t g_nh_ctrl_api;
extern nh_shared_if_t g_nh_shared_if;
int app_nh_impl_init(void);
#endif // APP_NH_IMPL_H