diff options
| author | Atsushi Saitoh <lynxeyed@xj9.so-net.ne.jp> | 2012-02-12 01:16:57 +0900 |
|---|---|---|
| committer | Atsushi Saitoh <lynxeyed@xj9.so-net.ne.jp> | 2012-02-12 01:16:57 +0900 |
| commit | 484f2b613ed6352815f6d101d36f56b2fdeebc92 (patch) | |
| tree | 71cb3d46978c54af58f139eaa63dc8c1091b230e /src/core/startup_mary.cpp | |
| parent | af6974bc82d24d21261f5ccf21cded17536706b5 (diff) | |
some bugs are fixed
Diffstat (limited to 'src/core/startup_mary.cpp')
| -rwxr-xr-x | src/core/startup_mary.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/startup_mary.cpp b/src/core/startup_mary.cpp index 8ce5c39..c7ec282 100755 --- a/src/core/startup_mary.cpp +++ b/src/core/startup_mary.cpp @@ -13,8 +13,8 @@ void loop(void); int main(void) { - setup_systick(); - setup_TIMER32_1(); + setup_systick(); // for millis(),delay(us) + setup_TIMER32_1(); // for micros(),delayMicroseconds(us),attachMicroseconds(func,usec) setup(); |
