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: mbedboy.hpp
- Revision:
- 2:e3ef9f476913
- Parent:
- 1:c53e766082b4
- Child:
- 3:df305b314063
--- a/mbedboy.hpp Fri Jan 06 22:10:20 2017 +0000
+++ b/mbedboy.hpp Fri Jan 06 22:29:05 2017 +0000
@@ -6,7 +6,7 @@
DigitalOut _dc(p28);
DigitalOut _rst(p4);
-class MbedBoy : public AbstractArduboy, Stream
+class MbedBoy : public AbstractArduboy, public Stream
{
public:
MbedBoy(){};