bugfix sdcard.cpp
This commit is contained in:
parent
b734f6213b
commit
3b6d05b2af
@ -1,6 +1,6 @@
|
|||||||
// routines for writing data to an SD-card, if present
|
// routines for writing data to an SD-card, if present
|
||||||
|
|
||||||
#if HAS_SDCARD)
|
#if (HAS_SDCARD)
|
||||||
|
|
||||||
// Local logging tag
|
// Local logging tag
|
||||||
static const char TAG[] = __FILE__;
|
static const char TAG[] = __FILE__;
|
||||||
|
Loading…
Reference in New Issue
Block a user