Forgot #endif for include guards
This commit is contained in:
@@ -117,4 +117,6 @@
|
|||||||
* Use the LOG_* macros instead e.g., LOG_DEBUG(TAG, "Debug message");
|
* Use the LOG_* macros instead e.g., LOG_DEBUG(TAG, "Debug message");
|
||||||
*/
|
*/
|
||||||
uint32_t logger_get_timestamp(void);
|
uint32_t logger_get_timestamp(void);
|
||||||
int _write(int file, char *data, int len);
|
int _write(int file, char *data, int len);
|
||||||
|
|
||||||
|
#endif /* LOG_H */
|
||||||
Reference in New Issue
Block a user