/** * @file Ems_assert.h * @author your name (you@domain.com) * @brief * @version 0.1 * @date 2023-04-05 * * @copyright Copyright (c) 2023 * */ #ifndef EMS_ASSERT_H #define EMS_ASSERT_H #ifdef __cplusplus extern "C" { #endif /* public define ------------------------------------------------------------ */ #define EMS_TAG(tag) #define ems_assert(ex) ((void)0) #ifdef __cplusplus } #endif #endif /* ----------------------------- end of file -------------------------------- */