Rover: Creating AVR 2.52 beta release.

This commit is contained in:
Grant Morphett 2017-03-16 12:23:50 +11:00
parent 920a75f52e
commit 681f6d39df
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
#ifndef _ROVER_H_
#define _ROVER_H_
#define THISFIRMWARE "ArduRover v2.51-beta"
#define FIRMWARE_VERSION 2,51,0,FIRMWARE_VERSION_TYPE_BETA
#define THISFIRMWARE "ArduRover v2.52-beta"
#define FIRMWARE_VERSION 2,52,0,FIRMWARE_VERSION_TYPE_BETA
#include <math.h>
#include <stdarg.h>