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: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos
Fork of DMSupport by
Diff: DMBoard.h
- Revision:
- 22:1a58a518435c
- Parent:
- 20:9df19da50290
- Child:
- 36:92193dc72995
--- a/DMBoard.h Mon Jan 12 10:37:57 2015 +0100
+++ b/DMBoard.h Fri Jan 16 11:13:39 2015 +0100
@@ -136,7 +136,6 @@
*/
Display* display();
- friend class BiosDisplayAndTouch;
#endif
/** Returns the logger interface
*
@@ -157,8 +156,6 @@
private:
bool _initialized;
- uint8_t* _conf;
- uint32_t _confSize;
#if defined(DM_BOARD_USE_MCI_FS)
MCIFileSystem _mcifs;
@@ -182,10 +179,6 @@
// hide assign operator
DMBoard& operator=(const DMBoard&);
~DMBoard();
-
-#if defined(DM_BOARD_USE_DISPLAY)
- BoardError readDisplayConfiguration(uint8_t** data, uint32_t* size);
-#endif
};
#endif
