Skip to content

Commit

Permalink
bugfix version testing
Browse files Browse the repository at this point in the history
  • Loading branch information
df8oe committed May 15, 2016
1 parent d2b379a commit 793041c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mchf-eclipse/drivers/ui/ui_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -5565,7 +5565,7 @@ static void UiDriver_DisplaySigProc(uchar enabled)
{
uint32_t color = enabled?White:Grey;
char temp[5];
const char *label, *val_txt;
char *label, *val_txt;
int32_t value;
bool is_active = false;
label = "NB";
Expand Down
2 changes: 1 addition & 1 deletion mchf-eclipse/hardware/mchf_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#define AUTHOR_STRING "K. Atanassov - M\x60NKA 2014-2016"
//
#define TRX4M_VER_MAJOR 1
#define TRX4M_VER_MINOR 1
#define TRX4M_VER_MINOR 0
#define TRX4M_VER_RELEASE 0
//
#define ATTRIB_STRING1 "Additional Contributions by"
Expand Down

0 comments on commit 793041c

Please sign in to comment.