|
|
|
@ -338,7 +338,7 @@ void AP_Beacon_Marvelmind::create_marvelmind_hedge()
@@ -338,7 +338,7 @@ void AP_Beacon_Marvelmind::create_marvelmind_hedge()
|
|
|
|
|
hedge->_last_values_count = 0; |
|
|
|
|
hedge->_last_values_next = 0; |
|
|
|
|
hedge->_have_new_values = false; |
|
|
|
|
hedge->terminationRequired = false; |
|
|
|
|
hedge->termination_required = false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
@ -351,7 +351,7 @@ void AP_Beacon_Marvelmind::start_marvelmind_hedge()
@@ -351,7 +351,7 @@ void AP_Beacon_Marvelmind::start_marvelmind_hedge()
|
|
|
|
|
if (hedge->verbose) { |
|
|
|
|
hal.console->printf("MarvelMind: Not enough memory"); |
|
|
|
|
} |
|
|
|
|
hedge->terminationRequired = true; |
|
|
|
|
hedge->termination_required = true; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
for (uint8_t i = 0; i < hedge->max_buffered_positions; i++) { |
|
|
|
|