Custom_STM_App_Update_Char_Ext
When making a call to the auto-generated API Custom_STM_App_Update_Char_Ext(), there is a switch statement inside the call that looks as follows:

As can be seen, there is a call Generic_STM_App...(). This Generic function detects errors and returns any errors (as well as OK), but unfortunately, the way the calling Custom...() API is structured doesn't allow passing the return value back from the Generic..() call. Is there a way to fix this issue w/o creating my own function to perform this error detection... THANK YOU IN ADVANCE
