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: PlayerEmbedded.h
- Revision:
- 2:ce4c7e5ab241
- Parent:
- 0:01be2d5eaf72
--- a/PlayerEmbedded.h Fri Dec 16 07:14:05 2011 +0000
+++ b/PlayerEmbedded.h Thu Dec 22 09:44:29 2011 +0000
@@ -13,7 +13,7 @@
class PlayerEmbedded : public PlayerBase
{
public:
- PlayerEmbedded(fou::RingBuffer2k &aBuffer) : mBuffer(aBuffer) {};
+ PlayerEmbedded(fou::RingBuffer8k &aBuffer) : mBuffer(aBuffer) {};
// void setGalvo(uint16_t x, uint16_t y);
// void setLaserPower(uint16_t power);
@@ -30,7 +30,7 @@
return d;
};
- fou::RingBuffer2k& mBuffer;
+ fou::RingBuffer8k& mBuffer;
};