Patch SD lib files for readability
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
*
|
||||
* This file is part of the Arduino Sd2Card Library
|
||||
*/
|
||||
#ifndef SDFATUTIL_H
|
||||
#define SDFATUTIL_H
|
||||
#ifndef _SDFATUTIL_H_
|
||||
#define _SDFATUTIL_H_
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -50,4 +50,4 @@ namespace SdFatUtil {
|
||||
|
||||
using namespace SdFatUtil; // NOLINT
|
||||
|
||||
#endif // SDFATUTIL_H
|
||||
#endif // _SDFATUTIL_H_
|
||||
|
||||
Reference in New Issue
Block a user