squash! refactor output function to test_session_control_block
This commit is contained in:
11
src/kunity.h
11
src/kunity.h
@@ -3,16 +3,11 @@
|
||||
#include "kunity_t.h"
|
||||
|
||||
//{ global include region
|
||||
|
||||
#include <unity.h>
|
||||
//}
|
||||
//{ local include region
|
||||
|
||||
//}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//{ function region
|
||||
|
||||
extern void putchark(/* in */ char a);
|
||||
@@ -25,8 +20,4 @@ extern result_code_e run_unity_printk_test(/* in */ const kunity_test_function_p
|
||||
|
||||
//}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // KUNITY_H
|
||||
|
||||
Reference in New Issue
Block a user