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:fa94a6a917dd, committed 2021-12-01
- Comitter:
- MikamiUitOpen
- Date:
- Wed Dec 01 01:14:55 2021 +0000
- Parent:
- 1:2b596eab04de
- Commit message:
- 3
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Feb 04 09:45:09 2021 +0000
+++ b/main.cpp Wed Dec 01 01:14:55 2021 +0000
@@ -7,7 +7,7 @@
//
// Tera Term から選局可能,0 と 1
//
-// 2021/02/04, Copyright (c) 2021 MIKAMI, Naoki
+// 2021/12/01, Copyright (c) 2021 MIKAMI, Naoki
//-------------------------------------------------------------
#include "F446_ADC_Intr.hpp"
@@ -59,7 +59,7 @@
if (++count >= DS_RATE_)
{
count = 0;
- NVIC->STIR |= EXTI4_IRQn; // ソフトウェア割り込み発生
+ NVIC->STIR = EXTI4_IRQn; // ソフトウェア割り込み発生
}
}