I'm trying to make a very simple program using rtos to read in some data from a sensor. I know that when you try and add an Hwi to a sys/bios project, you need to do it through the app.cfg file. I did exactly this; I opened the file and navigated over to the Hwi menu. I then added a user defined hwi. My expectation was that this file would automatically generate a skeleton function in my main.c file for me to fill in, like it did with my taskFxn (I'm using the "typical" example project), however, it does not do this. My question is what I am supposed to do in my main.c file after I declare the Hwi in my app.cfg file?