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.
Dependencies: SDFileSystem_Warning_Fixed
Diff: SD_PlayerSkeleton.hpp
- Revision:
- 7:930d50953ec2
- Parent:
- 6:6fe2b62f259d
- Child:
- 8:59d3f9c81c4f
--- a/SD_PlayerSkeleton.hpp Wed Nov 09 13:19:52 2016 +0000
+++ b/SD_PlayerSkeleton.hpp Tue Nov 15 13:28:02 2016 +0000
@@ -1,7 +1,7 @@
//--------------------------------------------------------------
// SD プレーヤー用抽象基底クラス(ヘッダ)
//
-// 2016/11/09, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/11/15, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------
#ifndef F746_SD_PLAYER_SKELETON_HPP
@@ -72,7 +72,7 @@
virtual void SignalProcessing() = 0;
// 信号処理のパラメータ変更など
virtual void Modefy() {}
- // 曲の再生時のに表示
+ // 曲の再生時の表示
virtual void Display() {}
// 信号処理で必要になるクリア処理
virtual void Clear() {}