Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ProductionCode2.c
00001 00002 #include "ProductionCode2.h" 00003 00004 char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction) 00005 { 00006 (void)Poor; 00007 (void)LittleFunction; 00008 //Since There Are No Tests Yet, This Function Could Be Empty For All We Know. 00009 // Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget 00010 return (char*)0; 00011 }
Generated on Mon Aug 29 2022 19:53:42 by
