Skip to content

Commit f7a3bf5

Browse files
authored
Update espidf_debugging_unit_testing_analysis.rst (#186)
BUG FIX in test_calc.c renamed main() to app_main()
1 parent fbdd9db commit f7a3bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/espressif32/espidf_debugging_unit_testing_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ implement several basic functions ``addition``, ``subtraction``, ``multiplicatio
338338
TEST_ASSERT_EQUAL(32, division(100, 3));
339339
}
340340
341-
void main() {
341+
void app_main() {
342342
UNITY_BEGIN();
343343
344344
RUN_TEST(test_function_calculator_addition);

0 commit comments

Comments
 (0)