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: com.cpp
- Revision:
- 8:42e37cdab039
- Parent:
- 2:bd1621102cad
--- a/com.cpp Sun Apr 20 02:27:39 2014 +0000
+++ b/com.cpp Sun Apr 20 17:08:47 2014 +0000
@@ -113,6 +113,7 @@
void com::callback()
{
+ __disable_irq();
while( xbeeRx.readable() )
{
char data = xbeeRx.getc();
@@ -125,6 +126,7 @@
if( data == 255 )
packetBuilder();
}
+ __enable_irq();
}
//void com::api_callback()