Merge pull request #1019 from PaggyCyntec/patch-3

Update main.cpp
pull/1022/head
Martin Kojtal 2015-04-08 08:15:52 +02:00
commit 4af08058e4
1 changed files with 2 additions and 3 deletions

View File

@ -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