diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-10 17:35:55 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-16 16:00:50 +0200 |
commit | eb6b00b52432941cf081a3b511c70e758f6a7213 (patch) | |
tree | fc08f0e2d1db090edef42e22e1ebd2a6ac7d3933 /nbproject/configurations.xml | |
parent | 9a57e535616ce2fd84344911b02a6fe471258c93 (diff) |
fixes linker issue and implements volume service
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 07b5f8e..70d59f9 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -495,12 +495,18 @@ flavor2="3"> <cTool flags="4"> <incDir> + <pElem>../../../opt/include/afb</pElem> <pElem>/opt/AGL/include/afb</pElem> <pElem>HAL-afb/hal-most-unicens</pElem> <pElem>/usr/include/json-c</pElem> <pElem>/usr/lib64/gcc/x86_64-suse-linux/5/include</pElem> <pElem>build/HAL-afb/hal-most-unicens</pElem> </incDir> + <preprocessorList> + <Elem>CONTROL_CDEV_RX="/dev/inic-usb-crx"</Elem> + <Elem>CONTROL_CDEV_TX="/dev/inic-usb-ctx"</Elem> + <Elem>MAX_SND_CARD=16</Elem> + </preprocessorList> </cTool> </item> <item path="HighLevel-afb/HighLevelApiConf.c" ex="false" tool="0" flavor2="3"> |