Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: pkg/stm32f746g_disco/lib/uart.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/stm32f746g_disco/lib/uart.dart
diff --git a/pkg/stm32f746g_disco/lib/uart.dart b/pkg/stm32f746g_disco/lib/uart.dart
index bebe389b899511c05c7266c41555bbfbb036deb4..a8d3b735a05732224d2d945e7604cd8393336dcc 100644
--- a/pkg/stm32f746g_disco/lib/uart.dart
+++ b/pkg/stm32f746g_disco/lib/uart.dart
@@ -4,7 +4,7 @@
library stm32f746g.uart;
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
import 'dart:typed_data';
final _uart_write = ForeignLibrary.main.lookup('uart_write');

Powered by Google App Engine
This is Rietveld 408576698