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.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: utils.cpp
- Revision:
- 62:07e5bdc9f8f7
- Parent:
- 58:af7e8788f106
- Child:
- 63:0d95da692bb4
--- a/utils.cpp Fri Oct 24 16:38:47 2014 +0000
+++ b/utils.cpp Tue Oct 28 11:32:06 2014 +0000
@@ -271,4 +271,6 @@
void __send_to_cb__( uint8_t * buffer ){
xmemcpy( TXBuffer, buffer, DATA_SIZE );
send2callboxes();
-}
\ No newline at end of file
+}
+
+int ls_comp( const void * a, const void * b ){ return( *( int * )a - *( int * )b ); }
\ No newline at end of file
