fiatlux/firmware/web.h
2021-07-14 22:40:03 +02:00

21 lines
273 B
C

//
// Created by jedi on 25.06.21.
//
#ifndef FIRMWARE_WEB_H
#define FIRMWARE_WEB_H
#ifdef __cplusplus
extern "C" {
#endif
<<<<<<< HEAD
=======
void httpd_task(void *pvParameters);
>>>>>>> 7d1fb53 (refactoring code)
#ifdef __cplusplus
}
#endif
#endif //FIRMWARE_WEB_H