win32.* should not be in ESP32 folder
This commit is contained in:
parent
17843cf783
commit
48e88b49d9
4 changed files with 4 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
../win32.cpp
|
|
@ -1 +0,0 @@
|
|||
../win32.h
|
2
log.cpp
2
log.cpp
|
@ -15,7 +15,9 @@
|
|||
#include "error.h"
|
||||
#include "log.h"
|
||||
#include "utils.h"
|
||||
#if defined(_WIN32)
|
||||
#include "win32.h"
|
||||
#endif
|
||||
|
||||
|
||||
static const char *logfile = strdup("/tmp/kek.log");
|
||||
|
|
|
@ -19,7 +19,9 @@
|
|||
#include <vector>
|
||||
#include <sys/time.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include "win32.h"
|
||||
#endif
|
||||
|
||||
|
||||
void setBit(uint16_t & v, const int bit, const bool vb)
|
||||
|
|
Loading…
Add table
Reference in a new issue