Files
OGX-Mini/Firmware/ESP32/main/c_wrapper.h
wiredopposite aabb00f2b5 v1.0.0-alpha
2024-12-19 23:15:27 -07:00

17 lines
177 B
C

#ifndef _C_WRAPPER_H_
#define _C_WRAPPER_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
void cpp_main();
#ifdef __cplusplus
}
#endif
#endif // _C_WRAPPER_H_