mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 01:15:42 +01:00
Update Greentea client API calls
This commit is contained in:
parent
ee6c0189df
commit
0574632b30
@ -254,7 +254,7 @@ void send_key_integer( char * key, int value )
|
||||
{
|
||||
char str[50];
|
||||
snprintf( str, sizeof( str ), "%d", value );
|
||||
greentea_send_kv_c( key, str );
|
||||
greentea_send_kv( key, str );
|
||||
}
|
||||
|
||||
/**
|
||||
@ -300,8 +300,8 @@ int execute_tests( int args, const char ** argv )
|
||||
void ** params = NULL;
|
||||
uint8_t * data = NULL, * p = NULL;
|
||||
|
||||
GREENTEA_SETUP_C( 180, "mbedtls_test" );
|
||||
greentea_send_kv_c( "GO", " " );
|
||||
GREENTEA_SETUP( 180, "mbedtls_test" );
|
||||
greentea_send_kv( "GO", " " );
|
||||
|
||||
while ( 1 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user