UPD beautify

This commit is contained in:
Thomas Kuschel 2024-10-20 00:04:49 +02:00
parent 5c4552ccde
commit d2ef7ea91a
4 changed files with 3 additions and 6 deletions

View File

@ -24,5 +24,4 @@ char *trim(char *s);
int strtotime (char *s, struct _tm_ *tp); int strtotime (char *s, struct _tm_ *tp);
// uint8_t dayofweek(uint8_t century, uint8_t y, uint8_t m, uint8_t d); // uint8_t dayofweek(uint8_t century, uint8_t y, uint8_t m, uint8_t d);
#endif /* INC_HELPER_H_ */ #endif /* INC_HELPER_H_ */

View File

@ -10,6 +10,4 @@
void ringbuf_test(void); void ringbuf_test(void);
#endif /* INC_RINGBUF_TEST_H_ */ #endif /* INC_RINGBUF_TEST_H_ */