LPCXpresso55S69_ESP_Hosted/include/app_nh_impl.h

12 lines
188 B
C

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