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:
- 3:dd3b8a21417b
- Parent:
- 2:511479736d6e
- Child:
- 11:c33c711a5712
--- a/FileSelectorWav.hpp Sun Oct 02 03:26:52 2016 +0000
+++ b/FileSelectorWav.hpp Wed Nov 02 12:59:58 2016 +0000
@@ -36,7 +36,7 @@
uint32_t color = GuiBase::ENUM_BACK);
private:
- static const int MAX_LIST_PAGE_ = 6; // 1ページに表示するファイル数の最大値
+ static const int MAX_LIST_PAGE_ = 6; // 1ページに表示するファイル数の最大値
static const uint8_t W_H_ = 24;
static const uint8_t V_L_ = 36;
static const uint32_t BASE_COLOR_ = 0xFF80FFA0;