Forums - Accessing IR on Smart Remote App

1 post / 0 new
Accessing IR on Smart Remote App
vishal.thanki
Join Date: 17 Nov 17
Posts: 1
Posted: Fri, 2017-11-17 07:44

Hello,

I want to enable the IR feature on the Smart Remote Application board. In the smart_remote App source code, I have enabled following define in "user_config.h" file

*/

#define IR_TX_PRESENT

 

I have also included following files in the project:

ir_app.[ch]
ircdfs.[ch]
irdb.h

However, when I build the project, I get following error:

ircdfs.c:36:10: error: #include expects "FILENAME" or <FILENAME>
cc1.exe: warnings being treated as errors
ircdfs.c: In function 'IRCDFS_DeleteDevice':
ircdfs.c:1073: error: implicit declaration of function 'IrdbPrepareDevice'
ircdfs.c:1073: error: nested extern declaration of 'IrdbPrepareDevice'

 

Please suggest how to fix these errors?

 

Regards,

Vishal

 

 


 

 

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.