squash! refactor output function to test_session_control_block

This commit is contained in:
stubbfel
2018-04-05 22:39:57 +02:00
parent 30c7c93ef4
commit 0278a185e4
3 changed files with 4 additions and 31 deletions

View File

@@ -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