Skip to content
Snippets Groups Projects
Commit 214f324f authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'support-2719' into 'master'

Init fixes... again...

See merge request !35
parents 574b57e2 01e68fc7
No related branches found
No related tags found
1 merge request!35Init fixes... again...
...@@ -330,9 +330,7 @@ DAP_STATIC_INLINE void DAP_AtomicUnlock( dap_spinlock_t *lock ) ...@@ -330,9 +330,7 @@ DAP_STATIC_INLINE void DAP_AtomicUnlock( dap_spinlock_t *lock )
extern char *g_sys_dir_path ; extern char *g_sys_dir_path;
extern size_t g_sys_dir_path_len;
//int dap_common_init( const char * a_log_file ); //int dap_common_init( const char * a_log_file );
int dap_common_init( const char *console_title, const char *a_log_file ); int dap_common_init( const char *console_title, const char *a_log_file );
......
...@@ -135,7 +135,6 @@ static unsigned int s_ansi_seq_color_len[16] = {0}; ...@@ -135,7 +135,6 @@ static unsigned int s_ansi_seq_color_len[16] = {0};
static volatile bool s_log_term_signal = false; static volatile bool s_log_term_signal = false;
char* g_sys_dir_path = NULL; char* g_sys_dir_path = NULL;
size_t g_sys_dir_path_len = 0;
static char s_last_error[LAST_ERROR_MAX] = {'\0'}, static char s_last_error[LAST_ERROR_MAX] = {'\0'},
s_log_file_path[MAX_PATH] = {'\0'}, s_log_file_path[MAX_PATH] = {'\0'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment