Adaptation pour camera GOPRO HERO3 Projet BTS SN
Fork of WiflyInterface by
Revision 10:1df351e14a27, committed 2016-04-30
- Comitter:
- cdupaty
- Date:
- Sat Apr 30 17:12:21 2016 +0000
- Parent:
- 9:c77799a03294
- Commit message:
- Adaptation pour camera GOPRO HERO3; Projet BTS SN
Changed in this revision
Wifly/Wifly.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c77799a03294 -r 1df351e14a27 Wifly/Wifly.cpp --- a/Wifly/Wifly.cpp Tue Jan 28 11:00:48 2014 +0200 +++ b/Wifly/Wifly.cpp Sat Apr 30 17:12:21 2016 +0000 @@ -22,7 +22,7 @@ #include <algorithm> //Debug is disabled by default -#if (0 && !defined(TARGET_LPC11U24)) +#if (1 && !defined(TARGET_LPC11U24)) #define DBG(x, ...) std::printf("[Wifly : DBG]"x"\r\n", ##__VA_ARGS__); #define WARN(x, ...) std::printf("[Wifly : WARN]"x"\r\n", ##__VA_ARGS__); #define ERR(x, ...) std::printf("[Wifly : ERR]"x"\r\n", ##__VA_ARGS__);