There was an error while loading. Please reload this page.
1 parent a372b9c commit 7b73d0dCopy full SHA for 7b73d0d
1 file changed
pc_hal/Particle.h
@@ -48,4 +48,9 @@ class SPIClass
48
class String : public std::string
49
{
50
};
51
+
52
+typedef enum
53
+{
54
55
+} LogLevel;
56
#endif // __PC_HAL_PARTICLE_H__
0 commit comments