Purge 'boolean' type, use 'bool' instead

This commit is contained in:
maniacbug
2011-07-10 08:22:30 -07:00
parent ccf32891f0
commit 42bf3e8cd2
9 changed files with 23 additions and 22 deletions

View File

@@ -229,7 +229,7 @@ void loop(void)
if ( radio.available() )
{
// Dump the payloads until we've gotten everything
boolean done = false;
bool done = false;
while (!done)
{
// Fetch the payload, and see if this was the last one.