From 87395d161b405fb8af931ec95ddd8e012e235414 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 29 Oct 2017 01:25:20 +0000 Subject: [PATCH] Allow the inclusion of target-specific header --- examples/slip-radio/project-conf.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/slip-radio/project-conf.h b/examples/slip-radio/project-conf.h index 0c584724e..cd3e66a24 100644 --- a/examples/slip-radio/project-conf.h +++ b/examples/slip-radio/project-conf.h @@ -29,6 +29,12 @@ #ifndef PROJECT_CONF_H_ #define PROJECT_CONF_H_ +/*---------------------------------------------------------------------------*/ +/* Include target-specific header */ +#ifdef TARGET_CONF_PATH +#include TARGET_CONF_PATH +#endif /* TARGET_CONF_PATH */ +/*---------------------------------------------------------------------------*/ #define UIP_CONF_ROUTER 0 #define CMD_CONF_OUTPUT slip_radio_cmd_output