Skip to content

Commit

Permalink
don't re-define WOLFSSH_THREAD in echoserver.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Dec 30, 2023
1 parent 0e3d43f commit 4b9191c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
#define _WOLFSSH_EXAMPLES_ECHOSERVER_H_

#include <types.h>
#define WOLFSSH_THREAD

#ifndef WOLFSSH_THREAD
#define WOLFSSH_THREAD
#endif

THREAD_RETURN WOLFSSH_THREAD echoserver_test(void* args);
int wolfSSH_Echoserver(int argc, char** argv);

Expand Down

0 comments on commit 4b9191c

Please sign in to comment.