mirror of https://github.com/ARMmbed/mbed-os.git
commit
4af08058e4
|
|
@ -15,9 +15,8 @@ int main() {
|
||||||
DigitalOut led1(LED1);
|
DigitalOut led1(LED1);
|
||||||
DigitalOut led2(LED2);
|
DigitalOut led2(LED2);
|
||||||
|
|
||||||
union {
|
int value_int;
|
||||||
int value_int;
|
|
||||||
};
|
|
||||||
|
|
||||||
notify_start(); // Just to sync with host test supervisor
|
notify_start(); // Just to sync with host test supervisor
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue