mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 02:52:42 +08:00
[linux] handle SIGINT by hand if needed, useful for debug
type Ctrl-C two to stop the program launched from the console on ardrone2 and bebop close #1008
This commit is contained in:
@@ -29,6 +29,9 @@ GPS_PORT ?= UART1
|
||||
GPS_BAUD ?= B230400
|
||||
$(TARGET).CFLAGS += -DUART1_DEV=\"/dev/ttyPA1\"
|
||||
|
||||
# handle linux signals by hand
|
||||
$(TARGET).CFLAGS += -DUSE_LINUX_SIGNAL
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
# default LED configuration
|
||||
|
||||
Reference in New Issue
Block a user