mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: More const for gsofmsgreq
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
52743787b2
commit
a05af3f3c3
|
@ -82,6 +82,6 @@ private:
|
|||
|
||||
uint32_t gsofmsg_time = 0;
|
||||
uint8_t gsofmsgreq_index = 0;
|
||||
uint8_t gsofmsgreq[5] = {1,2,8,9,12};
|
||||
const uint8_t gsofmsgreq[5] = {1,2,8,9,12};
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue