Skip to content

Commit

Permalink
fixed merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuck committed Dec 28, 2011
1 parent 94f6bcd commit eb29a32
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions tbchat.c
Expand Up @@ -46,14 +46,6 @@ uint8_t ceil(const uint8_t n, const uint8_t d);

void ram(void)
{
<<<<<<< HEAD
FIL f;
f_open(&f, "wurst", 0);
unsigned char *msg;
uint8_t key = BTN_NONE;

=======
>>>>>>> f10d3afd99be7b634123cdf6798aa1167802e295
lcdClear();
lcdPrintln("OK r0ket ready.");
lcdPrintln("Press any button.");
Expand Down Expand Up @@ -102,8 +94,7 @@ void ram(void)
}
}

<<<<<<< HEAD
// a1 and a2 are
// a1 and a2 are answer arrays
uint8_t match(const unsigned char const * a1, const unsigned char const * a2, const uint8_t n)
{
uint8_t score = 0;
Expand All @@ -113,7 +104,7 @@ uint8_t match(const unsigned char const * a1, const unsigned char const * a2, co
}
return score;
}
=======

// Copy from filesystem/util.c since the function is not exported
int readTextFile(char * filename, char * data, int len){
UINT readbytes;
Expand All @@ -123,7 +114,6 @@ int readTextFile(char * filename, char * data, int len){
data[readbytes]=0;
return readbytes;
};
>>>>>>> f10d3afd99be7b634123cdf6798aa1167802e295

uint8_t ceil(const uint8_t n, const uint8_t d)
{
Expand Down Expand Up @@ -174,7 +164,7 @@ void send_msg(unsigned char *msg)
void initQuestions(struct Question* const questions)
{
questions[0].text="Do you like men?";
questions[0].up="Yes";
questionThank you very much for your feedback.s[0].up="Yes";
questions[0].down="No";

questions[1].text="Favourite Editor?";
Expand Down

0 comments on commit eb29a32

Please sign in to comment.