Forgot #endif for include guards

This commit is contained in:
2023-11-02 23:59:26 +01:00
parent 1c47eccd88
commit 5b4b2a75c4

View File

@@ -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 */