change path
This commit is contained in:
parent
f65ed4b4a3
commit
3ea676ec76
@ -9,7 +9,7 @@
|
|||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "drivers/display.h"
|
#include "drivers/display.h"
|
||||||
#include "drivers/storage.h"
|
#include "drivers/storage/storage.h"
|
||||||
|
|
||||||
unsigned long templates = 0;
|
unsigned long templates = 0;
|
||||||
unsigned long hashes= 0;
|
unsigned long hashes= 0;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include "mining.h"
|
#include "mining.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "drivers/storage.h"
|
#include "drivers/storage/storage.h"
|
||||||
|
|
||||||
extern unsigned long templates;
|
extern unsigned long templates;
|
||||||
extern unsigned long hashes;
|
extern unsigned long hashes;
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
#include "wManager.h"
|
#include "wManager.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "drivers/display.h"
|
#include "drivers/display.h"
|
||||||
#include "drivers/memoryCard/SDCard.h"
|
#include "drivers/storage/SDCard.h"
|
||||||
#include "drivers/SPIStorage/SPIStorage.h"
|
#include "drivers/storage/SPIStorage.h"
|
||||||
#include "drivers/storage.h"
|
#include "drivers/storage/storage.h"
|
||||||
|
|
||||||
// Flag for saving data
|
// Flag for saving data
|
||||||
bool shouldSaveConfig = false;
|
bool shouldSaveConfig = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user