Skip to content

Commit 4384341

Browse files
Update MacAddress8.h
1 parent d8050e3 commit 4384341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp32/MacAddress8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MacAddress8 {
3838
bool fromCStr(const char *buf);
3939
bool fromString(const String &address);
4040
void toBytes(uint8_t *buf);
41-
int toCStr(char *buf);
41+
int toCStr(char *buf);
4242
String toString() const;
4343
uint64_t Value();
4444

@@ -59,4 +59,4 @@ class MacAddress8 {
5959
}
6060
};
6161

62-
#endif
62+
#endif

0 commit comments

Comments
 (0)