File tree Expand file tree Collapse file tree 8 files changed +0
-16
lines changed
libraries/tests/rtos/mbed Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ void led2_thread(void const *argument) {
42
42
}
43
43
44
44
int main () {
45
- setbuf (stdout, NULL );
46
-
47
45
MBED_HOSTTEST_TIMEOUT (15 );
48
46
MBED_HOSTTEST_SELECT (wait_us_auto);
49
47
MBED_HOSTTEST_DESCRIPTION (Basic thread);
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ void queue_thread(void const *argument) {
46
46
}
47
47
48
48
int main (void ) {
49
- setbuf (stdout, NULL );
50
-
51
49
MBED_HOSTTEST_TIMEOUT (20 );
52
50
MBED_HOSTTEST_SELECT (default_auto);
53
51
MBED_HOSTTEST_DESCRIPTION (ISR (Queue));
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ void send_thread (void const *argument) {
52
52
}
53
53
54
54
int main (void ) {
55
- setbuf (stdout, NULL );
56
-
57
55
MBED_HOSTTEST_TIMEOUT (20 );
58
56
MBED_HOSTTEST_SELECT (default_auto);
59
57
MBED_HOSTTEST_DESCRIPTION (Mail messaging);
Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ void test_thread(void const *args) {
81
81
}
82
82
83
83
int main () {
84
- setbuf (stdout, NULL );
85
-
86
84
MBED_HOSTTEST_TIMEOUT (20 );
87
85
MBED_HOSTTEST_SELECT (default );
88
86
MBED_HOSTTEST_DESCRIPTION (Mutex resource lock);
Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ void send_thread (void const *argument) {
54
54
}
55
55
56
56
int main (void ) {
57
- setbuf (stdout, NULL );
58
-
59
57
MBED_HOSTTEST_TIMEOUT (20 );
60
58
MBED_HOSTTEST_SELECT (default_auto);
61
59
MBED_HOSTTEST_DESCRIPTION (Queue messaging);
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ void test_thread(void const *delay) {
72
72
}
73
73
74
74
int main (void ) {
75
- setbuf (stdout, NULL );
76
-
77
75
MBED_HOSTTEST_TIMEOUT (20 );
78
76
MBED_HOSTTEST_SELECT (default_auto);
79
77
MBED_HOSTTEST_DESCRIPTION (Semaphore resource lock);
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ void led_thread(void const *argument) {
40
40
}
41
41
42
42
int main (void ) {
43
- setbuf (stdout, NULL );
44
-
45
43
MBED_HOSTTEST_TIMEOUT (20 );
46
44
MBED_HOSTTEST_SELECT (default_auto);
47
45
MBED_HOSTTEST_DESCRIPTION (Signals messaging);
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ void blink(void const *n) {
23
23
}
24
24
25
25
int main (void ) {
26
- setbuf (stdout, NULL );
27
-
28
26
MBED_HOSTTEST_TIMEOUT (15 );
29
27
MBED_HOSTTEST_SELECT (wait_us_auto);
30
28
MBED_HOSTTEST_DESCRIPTION (Timer);
You can’t perform that action at this time.
0 commit comments