Skip to content

Commit

Permalink
Copter: use GIT_TAG in THISFIRMWARE if available
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Jan 28, 2015
1 parent 0343cf0 commit c66a269
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ArduCopter/ArduCopter.pde
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#ifdef GIT_TAG
#define THISFIRMWARE "ArduCopter " GIT_TAG
#else
#define THISFIRMWARE "ArduCopter V3.3-dev"
#endif

#define THISFIRMWARE "ArduCopter solo-testing-7"
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit c66a269

Please sign in to comment.