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

Commit 982b185

Browse files
remove unnecessary K64F_TARGET usage
1 parent 0b81722 commit 982b185

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
@@ -286,11 +286,7 @@ class ButtonResource {
286286

287287
// up counter
288288
counter++;
289-
#ifdef TARGET_K64F
290289
printf("handle_button_click, new value of counter is %d\n", counter);
291-
#else
292-
printf("simulate button_click, new value of counter is %d\n", counter);
293-
#endif
294290
// serialize the value of counter as a string, and tell connector
295291
char buffer[20];
296292
int size = sprintf(buffer,"%d",counter);

0 commit comments

Comments
 (0)