Skip to content

Commit 84b3d5d

Browse files
committed
Comments
1 parent 04bec6f commit 84b3d5d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/api/SnapCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Global Shard Objects
2+
* Global Shared Objects
33
*/
44

55
#pragma once

src/api/SnapLogger.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Logging: on the ESP32 we use the provided logger. On other platforms we write to stderr
3+
*/
4+
15
#pragma once
26

37
#ifdef ESP32

src/api/SnapProtocol.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Snapcast Protocol
3+
*/
4+
15
#pragma once
26

37
#include "SnapConfig.h"

0 commit comments

Comments
 (0)