AP_Common: Bitmask formatting fix

This commit is contained in:
Randy Mackay 2017-08-23 13:58:31 +09:00
parent 6bfed07eae
commit aaac6b3692
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public:
bits[i] = 0; bits[i] = 0;
} }
} }
// return true if given bitnumber is set // return true if given bitnumber is set
bool get(uint16_t bit) { bool get(uint16_t bit) {
uint16_t word = bit/32; uint16_t word = bit/32;