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.
Dependents: FreeMASTER_HelloWorld FreeMASTER_HelloWorld2 FreeMASTER_HelloWorld3
Fork of freemaster_lib by
Diff: class/freemaster_class.cpp
- Revision:
- 19:8b6f13b16bf5
- Parent:
- 14:b2f3414a55d3
- Child:
- 20:355a9738a180
--- a/class/freemaster_class.cpp Tue Sep 16 08:51:31 2014 +0000
+++ b/class/freemaster_class.cpp Sun Nov 16 20:53:05 2014 +0000
@@ -8,7 +8,7 @@
namespace mbed {
Freemaster::Freemaster(PinName tx, PinName rx, uint32_t tsaMembers, uint32_t recBufferSize, uint32_t flags) {
serial_init(&_serial, tx, rx);
- _baud = 9600;
+ _baud = 115200;
serial_irq_handler(&_serial, Freemaster::_irq_handler, (uint32_t)this);
FMSTR_SetSciMbedObject((FMSTR_ADDR) &_serial);
FMSTR_Init();
