Skip to content

Commit

Permalink
removed random 0x3xx in dm_main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pradosh-arduino committed Jan 12, 2024
1 parent 30e6a78 commit 4a1dc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/desktop-manager/dm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <basics.h> // Avoid headers from kernel, this header contains just some basic macros.

int64* fb_addr = 0x3000000; // for testing
int64* fb_addr = null;
int64* font_addr = null;
int64 width = 0;
int64 height = 0;
Expand Down

0 comments on commit 4a1dc74

Please sign in to comment.