projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
7666672
)
Commit
b7b7cc512e8aa6eeb6fb486e29395f481efdbc15
author
ga
<ga@oldell.fish>
Fri, 2 Apr 2021 17:56:26 +0000
(18:56 +0100)
committer
ga
<ga@oldell.fish>
Fri, 2 Apr 2021 18:01:26 +0000
(19:01 +0100)
examples/board_ssd1306/ssd1306demo.c
patch
|
blob
|
history
|
download
diff --git
a/examples/board_ssd1306/ssd1306demo.c
b/examples/board_ssd1306/ssd1306demo.c
index b07a3dd047da9b603b3a4f3f92eae1dd666e9ace..32da8bb8689eb3d81b81f138ce60b212f2d966c0 100644
(file)
--- a/
examples/board_ssd1306/ssd1306demo.c
+++ b/
examples/board_ssd1306/ssd1306demo.c
@@
-134,7
+134,7
@@
initGL (int w, int h, float pix_size)
int
main (int argc, char *argv[])
{
- elf_firmware_t f;
+ elf_firmware_t f
= {{0}}
;
const char * fname = "atmega32_ssd1306.axf";
char path[256];
sprintf (path, "%s/%s", dirname (argv[0]), fname);