mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
add blocking option to i2c, remove unnecesary GNU_SOURCE and protect pthread_setname from mac (#2260)
* add blocking option to i2c with configurable timeout * remove unnecesary GNU_SOURCE * protect pthread_setname from mac
This commit is contained in:
committed by
Gautier Hattenberger
parent
f03b3876bf
commit
1d66b19adc
@@ -56,6 +56,7 @@ CFLAGS += -O$(OPT)
|
||||
CFLAGS += -g
|
||||
CFLAGS += -std=gnu99
|
||||
CFLAGS += $(shell pkg-config --cflags-only-I ivy-glib)
|
||||
CFLAGS += -D_GNU_SOURCE
|
||||
|
||||
LDFLAGS = -lm
|
||||
LDFLAGS += $(BOARD_LDFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user