Skip to content

Commit

Permalink
fix: Add #includes explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Feb 21, 2023
1 parent b2c90b1 commit bbd9a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RFLink/Plugins/Plugin_076.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ using namespace RFLink::Radio;
#if defined(PLUGIN_076)
#include "1_Radio.h"
#include "2_Signal.h"
#include "4_Display.h"

#if defined(DEBUG) || defined(RFLINK_DEBUG)
#define PLUGIN_076_DEBUG
Expand Down Expand Up @@ -176,6 +177,7 @@ boolean Plugin_076(byte function, const char *string)

#ifdef PLUGIN_TX_076

#include "3_Serial.h"

boolean PluginTX_076(byte function, const char *string)
{
Expand Down

0 comments on commit bbd9a2f

Please sign in to comment.