Files
espLinuxESPIDF/src/boot/entry.hpp
T
2026-05-16 01:44:07 +07:00

9 lines
110 B
C++
Executable File

#ifndef ENTRY_H
#define ENTRY_H
#include <stdbool.h>
extern bool load_log;
int main_entry();
#endif