Skip to content

Commit

Permalink
fix: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpeng3 committed Sep 5, 2024
1 parent d3e8097 commit 7c06c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/linux/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
obj-m += UniversalIO.o
UniversalIO-objs += ./src/main.o ./src/i2c_engine.o ./src/spi_engine.o ./src/uart_engine.o
CONFIG_MODULE_SIG=n
EXTRA_CFLAGS := -I$(src)/include -std=c99
EXTRA_CFLAGS := -I$(src)/include -std=c11
I2C_BUS = 4

reload: build
Expand Down

0 comments on commit 7c06c9f

Please sign in to comment.