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: FileSelectorWav.hpp
- Revision:
- 12:f73e11831c1c
- Parent:
- 11:c33c711a5712
- Child:
- 17:abfd6af9a236
--- a/FileSelectorWav.hpp Wed Mar 15 23:45:48 2017 +0000
+++ b/FileSelectorWav.hpp Thu Mar 16 23:47:50 2017 +0000
@@ -2,7 +2,7 @@
// FileSelector class ---- Header ----
// SD カード内のファイル名の一覧を表示し,ファイルを選択する
//
-// 2016/10/02, Copyright (c) 2016 MIKAMI, Naoki
+// 2017/03/17, Copyright (c) 2017 MIKAMI, Naoki
//--------------------------------------------------------------
#ifndef FILE_SELECTOR_HPP
@@ -50,7 +50,7 @@
ButtonGroup *rect_;
ButtonGroup next_;
Label pageLabel_;
- LCD_DISCO_F746NG *lcd_;
+ LCD_DISCO_F746NG &lcd_;
SD_WavReader &sdReader_;
int page_; // 現在のページ,最初のページは 1
int maxPage_;