Skip to content

Commit 4af0805

Browse files
committed
Merge pull request #1019 from PaggyCyntec/patch-3
Update main.cpp
2 parents 331dc07 + 0228696 commit 4af0805

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libraries/tests/mbed/stdio/main.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ int main() {
1515
DigitalOut led1(LED1);
1616
DigitalOut led2(LED2);
1717

18-
union {
19-
int value_int;
20-
};
18+
int value_int;
19+
2120

2221
notify_start(); // Just to sync with host test supervisor
2322

0 commit comments

Comments
 (0)