taeil kim
/
seoul-iot-hackathon-demo
Revision Commit
Fork of seoul-iot-hackathon-demo by
Diff: main.cpp
- Revision:
- 9:179e6db867bd
- Parent:
- 5:c6cb16909244
diff -r a33c688b7139 -r 179e6db867bd main.cpp --- a/main.cpp Tue Oct 10 21:02:09 2017 +0000 +++ b/main.cpp Fri Oct 13 18:31:31 2017 +0000 @@ -13,6 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +#if defined(TARGET_K64F) +#define BUTTON SW2 +#else +#define BUTTON SW0 +#endif #if APP_SHIELD_DEMO == 1 #include "1_app_shield/main.h"