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

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

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments 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
« no previous file with comments | « pkg/stm32f746g_disco/lib/gpio.dart ('k') | pkg/stm32f746g_disco/lib/src/stm32f7_peripherals.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/stm32f746g_disco/lib/lcd.dart
diff --git a/pkg/stm32f746g_disco/lib/lcd.dart b/pkg/stm32f746g_disco/lib/lcd.dart
index 58876a7b79c1c9e7dac02f1a89c2cacb5b649412..82838a6ea6418da2eb142a9c083d46547289ec59 100644
--- a/pkg/stm32f746g_disco/lib/lcd.dart
+++ b/pkg/stm32f746g_disco/lib/lcd.dart
@@ -4,7 +4,7 @@
library stm32f746g.lcd;
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
final _lcdHeight = ForeignLibrary.main.lookup('lcd_height');
final _lcdWidth = ForeignLibrary.main.lookup('lcd_width');
« no previous file with comments | « pkg/stm32f746g_disco/lib/gpio.dart ('k') | pkg/stm32f746g_disco/lib/src/stm32f7_peripherals.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698