sdcard.cpp: added compiler directive
This commit is contained in:
parent
2908187874
commit
b734f6213b
@ -1,5 +1,7 @@
|
||||
// routines for writing data to an SD-card, if present
|
||||
|
||||
#if HAS_SDCARD)
|
||||
|
||||
// Local logging tag
|
||||
static const char TAG[] = __FILE__;
|
||||
|
||||
@ -65,3 +67,5 @@ void createFile(void) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
#endif // (HAS_SDCARD)
|
Loading…
Reference in New Issue
Block a user