mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-25 12:41:56 +03:00
Use consistent baud rate across examples
This commit is contained in:
@ -232,6 +232,10 @@ int selftest( int argc, char *argv[] )
|
||||
#include "mbed/test_env.h"
|
||||
|
||||
int main() {
|
||||
/* Use 115200 bps for consistency with other examples */
|
||||
Serial pc(USBTX, USBRX);
|
||||
pc.baud(115200);
|
||||
|
||||
MBED_HOSTTEST_TIMEOUT(40);
|
||||
MBED_HOSTTEST_SELECT(default);
|
||||
MBED_HOSTTEST_DESCRIPTION(mbed TLS selftest program);
|
||||
|
Reference in New Issue
Block a user