Skip to content

Commit

Permalink
Include posix TcpIpChannel when platform is RIOT
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Oct 17, 2024
1 parent 97ca086 commit a014875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "platform/posix/posix.c"
#include "platform/posix/tcp_ip_channel.c"
#elif defined(PLATFORM_RIOT)
#include "platform/posix/tcp_ip_channel.c"
#include "platform/riot/riot.c"
#elif defined(PLATFORM_ZEPHYR)
#include "platform/zephyr/zephyr.c"
Expand Down

0 comments on commit a014875

Please sign in to comment.