| Index: platforms/stm/event_handler_test/src/test.dart
|
| diff --git a/platforms/stm/event_handler_test/src/test.dart b/platforms/stm/event_handler_test/src/test.dart
|
| index 772e6bc6bc133d7adb17f86782fb0fe8ef215ae6..7ecbab3893374dc68e0b0261045c733a675bedf1 100644
|
| --- a/platforms/stm/event_handler_test/src/test.dart
|
| +++ b/platforms/stm/event_handler_test/src/test.dart
|
| @@ -6,9 +6,9 @@
|
| ///
|
| /// For now we have to run this manually.
|
|
|
| -import "dart:fletch";
|
| -import "dart:fletch.ffi";
|
| -import "dart:fletch.os" hide sleep;
|
| +import "dart:dartino";
|
| +import "dart:dartino.ffi";
|
| +import "dart:dartino.os" hide sleep;
|
|
|
| ForeignFunction ledOn = ForeignLibrary.main.lookup('BSP_LED_On');
|
| ForeignFunction ledOff = ForeignLibrary.main.lookup('BSP_LED_Off');
|
|
|