ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
45:f4be69c936f6
Parent:
42:2c3be8694896
Child:
46:b8f4c050739a
--- a/WatchDog.h	Sat Aug 27 17:58:45 2016 +0900
+++ b/WatchDog.h	Sun Aug 28 14:32:28 2016 +0000
@@ -1,7 +1,7 @@
 
 class WatchDog {
     static const uint32_t RELOAD_VALUE = 0x6E524635;
-    static const uint8_t WDT_TIMEOUT = 3; // sec
+    static const uint8_t WDT_TIMEOUT = 1; // sec
 public:
     static void init() {
         // timeout [s] = (CRV + 1) / 32768;