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.
Diff: Graphics/TextDisplay.h
- Revision:
- 4:12ba0ecc2c1f
- Parent:
- 0:75ec1b3cde17
--- a/Graphics/TextDisplay.h Sat Feb 14 17:42:21 2015 +0000
+++ b/Graphics/TextDisplay.h Sun Feb 15 20:06:07 2015 +0000
@@ -98,8 +98,8 @@
int _row;
// colours
- uint16_t _foreground;
- uint16_t _background;
+ volatile uint16_t _foreground;
+ volatile uint16_t _background;
char *_path;
};