RMUC2026/lib/one-message/om/src/om.h

21 lines
255 B
C

#ifndef __OM_H__
#define __OM_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "om_afl.h"
#include "om_com.h"
#include "om_evt.h"
#include "om_fmt.h"
#include "om_log.h"
#include "om_msg.h"
om_status_t om_init();
#ifdef __cplusplus
}
#endif
#endif