Forgot #endif for include guards

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

View File

@@ -118,3 +118,5 @@
*/ */
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 */