Skip to content

Commit cd229d2

Browse files
committed
Version 2.07
1 parent 861440d commit cd229d2

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

PicoPad/DEMO/HELLO/src/main.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010
int main()
1111
{
12-
volatile u16* a;
13-
a = (volatile u16*)0x30000000;
14-
volatile u16 b = *a;
15-
1612
// draw text
1713
DrawText2("Hello World!", (WIDTH-12*8*2)/2, (HEIGHT-8*2)/2, COL_WHITE);
1814
DispUpdate();

PicoPad/DEMO/HELLO/src/main_ZAL.cpp

-22
This file was deleted.

0 commit comments

Comments
 (0)