AP_GPS: More const for gsofmsgreq

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-05-18 19:24:34 -06:00 committed by Peter Barker
parent 52743787b2
commit a05af3f3c3
1 changed files with 1 additions and 1 deletions

View File

@ -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