Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Apr 17, 2024
1 parent 9d8a29c commit 863f67f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ccflags-y += -foptimize-sibling-calls \
-DDEBUG=1 \
-Dd_m3HasFloat=$(EMULATE_FLOATS) \
-I$(PWD)/include \
-I$(PWD)/third-party/ \
-I$(PWD)/third-party/BearSSL/inc/ \
-I$(PWD)/third-party/wasm3/source/ \
-I$(PWD)/third-party/base64 \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/device_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "base64.h"
#include "device_driver.h"
#include "json.h"
#include "parson/json.h"
#include "opa.h"
#include "proxywasm.h"
#include "csr.h"
Expand Down
File renamed without changes.

0 comments on commit 863f67f

Please sign in to comment.