Home
last modified time | relevance | path

Searched refs:unity_input_from_gdb_len (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/unity/
Dunity_port_esp32.c61 size_t unity_input_from_gdb_len = strlen(unity_input_from_gdb); in unity_gets() local
62 if (unity_input_from_gdb_len > 0 && unity_input_from_gdb_len < len - 1) { in unity_gets()
63 memcpy(dst, unity_input_from_gdb, unity_input_from_gdb_len); in unity_gets()
64 dst[unity_input_from_gdb_len] = '\n'; in unity_gets()
65 dst[unity_input_from_gdb_len + 1] = 0; in unity_gets()