Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Watchdog by
Diff: Watchdog.h
- Revision:
- 11:a1611543c454
- Parent:
- 7:3814d72b8166
- Child:
- 15:e0e4c2268558
--- a/Watchdog.h	Wed Sep 14 07:14:43 2016 +0000
+++ b/Watchdog.h	Wed Sep 14 14:25:34 2016 +0000
@@ -107,7 +107,6 @@
     bool wdreset;
     
     #if defined( TARGET_STM )
-    int MSB16bit(uint16_t v);           // 最大有効ビット数(MSB:Most Significant Bit)
     int calcExponent16bit(uint16_t v);  // 整数Xを含む最小のべき乗指数
     #endif
 };
    