Skip to content

Commit

Permalink
#379 Removed P_NAME, unused
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 13, 2018
1 parent 8224e28 commit 62dc452
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
#define PROTOCOL_VERSION 4

#ifdef STM32F4XX
#ifndef P_NAME
#define P_NAME "Crazyflie 2.0"
#endif
#define QUAD_FORMATION_X

#define CONFIG_BLOCK_ADDRESS (2048 * (64-1))
Expand Down
1 change: 0 additions & 1 deletion src/utils/src/version.vtpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const char * V_SLOCAL_REVISION="{local_revision}";
const char * V_SREVISION="{revision}";
const char * V_STAG="{tag}";
const char * V_BRANCH="{branch}";
const char * V_PROFILE=P_NAME;
const bool V_MODIFIED={modified};

/* Version recoverable from the ground */
Expand Down

0 comments on commit 62dc452

Please sign in to comment.