Skip to content

Commit

Permalink
Updated firmware version to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilCarvalho committed Jul 17, 2019
1 parent b2ea7cf commit 7b4cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware.ATXMEGA/SoundCard/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern bool (*app_func_wr_pointer[])(void*);
/************************************************************************/
static const uint8_t default_device_name[] = "SoundCard";

#define MAJOR_FW_VERSION 1
#define MAJOR_FW_VERSION 2

void hwbp_app_initialize(void)
{
Expand Down

0 comments on commit 7b4cace

Please sign in to comment.