Skip to content

Commit 7b73d0d

Browse files
committed
fix: Adds LogLevel dummy
1 parent a372b9c commit 7b73d0d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pc_hal/Particle.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ class SPIClass
4848
class String : public std::string
4949
{
5050
};
51+
52+
typedef enum
53+
{
54+
55+
} LogLevel;
5156
#endif // __PC_HAL_PARTICLE_H__

0 commit comments

Comments
 (0)