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.
Revision 2:8b82f7b0639a, committed 2015-05-19
- Comitter:
- kenjiArai
- Date:
- Tue May 19 12:07:45 2015 +0000
- Parent:
- 1:67ac582483f9
- Commit message:
- modified comments.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue May 19 12:05:25 2015 +0000
+++ b/main.cpp Tue May 19 12:07:45 2015 +0000
@@ -6,7 +6,7 @@
* http://www.page.sannet.ne.jp/kenjia/index.html
* http://mbed.org/users/kenjiArai/
* Created: may 18th, 2015
- * Revised: may 18th, 2015
+ * Revised: may 19th, 2015
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
@@ -99,6 +99,7 @@
*/
///////////////////////////////////////////////////////////////////////////////////////////////////
+
#if \
defined(TARGET_NUCLEO_F401RE) || defined(TARGET_NUCLEO_F411RE) || defined(TARGET_NUCLEO_L152RE)
@@ -123,7 +124,6 @@
#if defined(TARGET_NUCLEO_F401RE) || defined(TARGET_NUCLEO_F411RE)
-
void detail_info_if_available(void)
{
uint32_t m1 = 0, m2 = 0, m3 = 0, m4 = 0, m5 = 0;
@@ -233,6 +233,7 @@
put_rn();
put_rn();
}
+
#elif defined(TARGET_NUCLEO_L152RE)
static __I uint8_t PLLMulTable[9] = {3, 4, 6, 8, 12, 16, 24, 32, 48};