Allow the inclusion of target-specific header

This commit is contained in:
George Oikonomou 2017-10-29 01:25:20 +00:00
parent 96e63e99ef
commit 87395d161b
1 changed files with 6 additions and 0 deletions

View File

@ -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