forked from j3d1/fiatlux
13 lines
216 B
C
13 lines
216 B
C
|
//
|
||
|
// Created by jedi on 25.06.21.
|
||
|
//
|
||
|
|
||
|
#include "system.h"
|
||
|
|
||
|
#include <FreeRTOS.h>
|
||
|
#include <task.h>
|
||
|
#include <sysparam.h>
|
||
|
#include <spiflash.h>
|
||
|
|
||
|
#include <espressif/esp_common.h>
|
||
|
#include <espressif/user_interface.h>
|