efm8 usb bridge working
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
*
|
||||
* http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
#ifndef NDEBUG
|
||||
void slab_Assert()
|
||||
void slab_Assert( const char * file, int line )
|
||||
{
|
||||
file = file;
|
||||
line = line;
|
||||
|
||||
while ( 1 );
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user