bugfix sdcard.cpp

This commit is contained in:
cyberman54 2019-12-30 18:10:44 +01:00
parent b734f6213b
commit 3b6d05b2af

View File

@ -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__;