efm8 usb bridge working
This commit is contained in:
12
efm8/lib/c8051f380/efm8_assert/assert.c
Normal file
12
efm8/lib/c8051f380/efm8_assert/assert.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/**************************************************************************//**
|
||||
* Copyright (c) 2015 by Silicon Laboratories Inc. All rights reserved.
|
||||
*
|
||||
* http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef NDEBUG
|
||||
void slab_Assert()
|
||||
{
|
||||
while ( 1 );
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user