Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 955c2ac

Browse files
remove unnecessary K64F_TARGET usage
1 parent 58a2e35 commit 955c2ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,7 @@ class ButtonResource {
292292

293293
// up counter
294294
counter++;
295-
#ifdef TARGET_K64F
296295
printf("handle_button_click, new value of counter is %d\n", counter);
297-
#else
298-
printf("simulate button_click, new value of counter is %d\n", counter);
299-
#endif
300296
// serialize the value of counter as a string, and tell connector
301297
char buffer[20];
302298
int size = sprintf(buffer,"%d",counter);

0 commit comments

Comments
 (0)