Skip to content

Commit debe194

Browse files
author
Guney Saramali
committed
Remove uncessary comment about dependency
1 parent f913b17 commit debe194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/raspberrypi/rp2xxx/src/ssd1306_oled.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const rp2xxx = microzig.hal;
44
const time = rp2xxx.time;
55
const gpio = rp2xxx.gpio;
66
const i2c = rp2xxx.i2c;
7-
const font8x8 = @import("font8x8"); //zig fetch --save=font8x8 git+https://github.com/Gnyblast/zig-ssd1306-gddram-fonts
7+
const font8x8 = @import("font8x8");
88

99
// Compile-time pin configuration
1010
const pin_config = rp2xxx.pins.GlobalConfiguration{

0 commit comments

Comments
 (0)