Skip to content

Commit

Permalink
serial-test now properly compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kkevlar committed Aug 29, 2017
1 parent cd01728 commit fc148de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion joy/joy.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// #define JOY_SEND_DEBUG_ASCII
#define JOY_SEND_DEBUG_ASCII

#include "jt-constants.h"

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions serial/serial-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void* serial_write()
fclose(output);
}

#elif SERIAL_TEST_ESCAPING
#elif defined SERIAL_TEST_ESCAPING

void* serial_write()
{
Expand Down Expand Up @@ -182,7 +182,7 @@ void* serial_write()

#else

int main()
void* serial_write()
{
printf("Squares Serial Test\n");
#warning "Squares Serial Test"
Expand Down

0 comments on commit fc148de

Please sign in to comment.