Skip to content

Commit

Permalink
hosted/rtt_if: Fixed the Windows guard as it used the wrong identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Dec 29, 2023
1 parent ec123c9 commit df28a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/hosted/rtt_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/* maybe rewrite this as tcp server */

#ifndef WIN32
#ifndef _WIN32
#include <termios.h>

typedef struct termios terminal_io_state_s;
Expand Down

0 comments on commit df28a8d

Please sign in to comment.