Index: TestSupport.c =================================================================== diff -u -r4cc881a776c1868f7b7c28c6ce334b59f155ae32 -r493fcdf60c9fafd8405944afc73a105c8c1ee0fa --- TestSupport.c (.../TestSupport.c) (revision 4cc881a776c1868f7b7c28c6ce334b59f155ae32) +++ TestSupport.c (.../TestSupport.c) (revision 493fcdf60c9fafd8405944afc73a105c8c1ee0fa) @@ -52,7 +52,6 @@ return result; } - /*********************************************************************//** * @brief * The getU16OverrideValue function extracts the appropriate U16 @@ -139,4 +138,15 @@ return result; } +void setReleaseSoftwareConfig( RELEASE_SOFTWARE_CONFIG_T config ) +{ + +} + +BOOL getReleaseSoftwareConfigStatus( RELEASE_SOFTWARE_CONFIG_T config ) +{ + return 0; +} + + /**@}*/