Improved.
This commit is contained in:
@ -15,11 +15,11 @@
|
||||
static char filename[PATH_MAX];
|
||||
static char filename2[PATH_MAX];
|
||||
|
||||
{{core}}
|
||||
{{faults}}
|
||||
{{calling}}
|
||||
{{interp}}
|
||||
{{boot}}
|
||||
#include "common/core.h"
|
||||
#include "esp32/faults.h"
|
||||
#include "common/calling.h"
|
||||
#include "common/interp.h"
|
||||
#include "esp32_boot.h"
|
||||
|
||||
// Work around lack of ftruncate
|
||||
static cell_t ResizeFile(cell_t fd, cell_t size) {
|
||||
|
||||
Reference in New Issue
Block a user