Skip to content

Commit

Permalink
fix: smartflash extern
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Jul 24, 2024
1 parent 3b18ea2 commit c7a7e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/DutyCycleHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include "DutyCycleHandler.h"
#include "SmartFlash.h"

extern SmartFlash smartflash;

DutyCycleHandler::DutyCycleHandler(lualtek_dowlink_command_dutycycle_index_t defaultDutyCycleIndex)
: defaultDutyCycleIndex(defaultDutyCycleIndex),
Expand Down
3 changes: 0 additions & 3 deletions src/DutyCycleHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#define _DUTYCYCLEHANDLER_H_

#include <Arduino.h>
#include "SmartFlash.h"

extern SmartFlash smartflash;

enum lualtek_dowlink_command_dutycycle_index_t
{
Expand Down

0 comments on commit c7a7e01

Please sign in to comment.