Skip to content

Commit

Permalink
make it compile for gcc that does not support binary contstants
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb committed Nov 22, 2011
1 parent 36aef8b commit dd73691
Showing 1 changed file with 43 additions and 44 deletions.
87 changes: 43 additions & 44 deletions firmware/apps/cccdd.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <main.h>
#include "binary.h"

#define b00000 0
#define b00001 1
Expand Down Expand Up @@ -36,49 +35,49 @@


static uint8_t logo[] = {
0b00000,
0b00000,
0b00000,
0b00000,
0b00100,
0b01110,
0b11011,
0b10001,
0b00000,
0b00100,
0b01110,
0b11011,
0b10001,
0b00000,
0b00100,
0b01110,
0b11011,
0b10001,
0b00000,
0b10000,
0b11000,
0b01100,
0b00110,
0b00011,
0b00001,
0b00000,
0b10001,
0b11011,
0b01110,
0b00100,
0b00000,
0b10001,
0b11011,
0b01110,
0b00100,
0b00000,
0b00000,
0b00000,
0b00000,
0b00000,
0b00000,
0b00000,
0b00000
b00000,
b00000,
b00000,
b00000,
b00100,
b01110,
b11011,
b10001,
b00000,
b00100,
b01110,
b11011,
b10001,
b00000,
b00100,
b01110,
b11011,
b10001,
b00000,
b10000,
b11000,
b01100,
b00110,
b00011,
b00001,
b00000,
b10001,
b11011,
b01110,
b00100,
b00000,
b10001,
b11011,
b01110,
b00100,
b00000,
b00000,
b00000,
b00000,
b00000,
b00000,
b00000,
b00000
};


Expand Down

0 comments on commit dd73691

Please sign in to comment.