1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-383 Review 11 : Removed commented out unused variables as directed by review

This commit is contained in:
Corvus Corax 2011-04-25 16:36:23 +02:00
parent cdb6b65e64
commit eb9ccc2f9b

View File

@ -58,9 +58,6 @@ const uint32_t iap_time_3_high_end = 5000;
// Private types
// Private variables
// TODO: Ed: those two variables below are not used, shall we remove them ?
//const static uint8_t version[] = { 0, 0, 1 };
//const static uint16_t SVN = 12345;
static uint8_t reset_count = 0;
static portTickType lastResetSysTime;