| Index: pkg/stm32f746g_disco/lib/gpio.dart
|
| diff --git a/pkg/stm32f746g_disco/lib/gpio.dart b/pkg/stm32f746g_disco/lib/gpio.dart
|
| index d0beb5a52699cd254a2f6a0191464a751e48be93..15583a1692b698b9ddf6c641a4e7c80c22d5ec80 100644
|
| --- a/pkg/stm32f746g_disco/lib/gpio.dart
|
| +++ b/pkg/stm32f746g_disco/lib/gpio.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library stm32f746g.gpio;
|
|
|
| -import 'dart:fletch.ffi';
|
| +import 'dart:dartino.ffi';
|
|
|
| import 'package:stm32f746g_disco/src/stm32f7_constants.dart';
|
| import 'package:stm32f746g_disco/src/stm32f7_peripherals.dart';
|
|
|