Jarda Pajskr / Mbed 2 deprecated FreeMASTER_HelloWorld

Dependencies:   freemaster_lib mbed

Revision:
2:34ce849975a0
Parent:
0:7e120363e4df
diff -r f296a1f68aef -r 34ce849975a0 main.cpp
--- a/main.cpp	Tue Sep 16 09:04:17 2014 +0000
+++ b/main.cpp	Sun Nov 16 20:55:02 2014 +0000
@@ -14,6 +14,8 @@
 FMSTR_TSA_TABLE_LIST_END()
 
 int main() {
+  //change baudrate to 9600
+  fm.baud(9600);
   //register global or static variables to FreeMASTER driver
   fm.TsaAddVar(FMSTR_TSA_RW_VAR_CFG(var16inc, FMSTR_TSA_UINT16));
   //register read only variable to FreeMASTER driver