Fix wrong header include

extensions
Volodymyr Shymanskyy 5 years ago
parent 13b25521e1
commit 3f2ae92516

@ -2,7 +2,7 @@
#define FATAL(msg, ...) { Serial.println("Fatal: " msg "\n"); return; }
#include "m3/m3.hpp"
#include "m3/m3.h"
#include "m3/m3_env.h"
#include "m3/extra/fib32.wasm.h"

@ -1,5 +1,5 @@
#include "m3/m3.hpp"
#include "m3/m3.h"
#include "m3/extra/fib32.wasm.h"

@ -10,7 +10,7 @@
#define FATAL(msg, ...) { printf("Fatal: " msg "\n", ##__VA_ARGS__); return; }
#include "m3/m3.hpp"
#include "m3/m3.h"
#include "m3/extra/fib32.wasm.h"

@ -4,7 +4,7 @@
#define FATAL(msg, ...) { printf("Fatal: " msg "\n", ##__VA_ARGS__); return; }
#include "m3/m3.hpp"
#include "m3/m3.h"
#include "m3/m3_env.h"
#include "m3/extra/fib32.wasm.h"

@ -3,7 +3,7 @@
#define FATAL(msg, ...) { printf("Fatal: " msg "\n", ##__VA_ARGS__); return; }
#include "m3/m3.hpp"
#include "m3/m3.h"
#include "m3/extra/fib32.wasm.h"

Loading…
Cancel
Save