fiatlux/firmware/web.h

22 lines
273 B
C
Raw Normal View History

2021-07-02 16:45:29 +00:00
//
// Created by jedi on 25.06.21.
//
#ifndef FIRMWARE_WEB_H
#define FIRMWARE_WEB_H
#ifdef __cplusplus
extern "C" {
#endif
2021-06-25 13:41:33 +00:00
<<<<<<< HEAD
=======
void httpd_task(void *pvParameters);
>>>>>>> 7d1fb53 (refactoring code)
2021-07-02 16:45:29 +00:00
#ifdef __cplusplus
}
#endif
#endif //FIRMWARE_WEB_H