Skip to content

Commit

Permalink
Fix FIRMWARE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Sep 24, 2024
1 parent 61a5508 commit f4e8e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firmware/RTK_mosaic-T_Firmware/RTK_mosaic-T_Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
*/

// This is passed in from compiler extra flags
#ifndef FIRMWARE_VERSION_MAJOR
#define FIRMWARE_VERSION_MAJOR 9
#define FIRMWARE_VERSION_MINOR 9
#endif

// Define the RTK board identifier:
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
Expand Down

0 comments on commit f4e8e8c

Please sign in to comment.