Skip to content

Commit

Permalink
Fixed missing include and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingRays committed Oct 9, 2023
1 parent afaf393 commit 99443a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/src/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@

#include <openthread/config.h>

#include <utils/uart_rtt.h>

#if !OPENTHREAD_CONFIG_ENABLE_BUILTIN_MBEDTLS_MANAGEMENT && PLATFORM_OPENTHREAD_VANILLA

#include <mbedtls/platform.h>
Expand Down
2 changes: 2 additions & 0 deletions src/src/transport/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

#include "transport-drivers.h"

#include "utils/uart_rtt.h"

void nrf5TransportInit(bool aPseudoReset)
{
OT_UNUSED_VARIABLE(aPseudoReset);
Expand Down

0 comments on commit 99443a0

Please sign in to comment.