Skip to content

Commit

Permalink
Merge pull request #522 from hello/integration
Browse files Browse the repository at this point in the history
MP RC2
  • Loading branch information
zer0page authored Oct 14, 2016
2 parents cef61b0 + 0dc9564 commit 7bc0590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ant/ant_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ _configure_channel(uint8_t channel,const hlo_ant_channel_phy_t * phy, const hlo
ret += sd_ant_channel_id_set(channel, device->device_number, device->device_type, device->transmit_type);
ret += sd_ant_channel_low_priority_rx_search_timeout_set(channel, 0xFF);
ret += sd_ant_channel_rx_search_timeout_set(channel, 0);
ret += sd_ant_channel_radio_tx_power_set(channel, RADIO_TX_POWER_LVL_2, 0);
ret += sd_ant_channel_radio_tx_power_set(channel, RADIO_TX_POWER_LVL_3, 0);
return ret;
}
static int
Expand Down
4 changes: 2 additions & 2 deletions common/app_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* A place to put all common defines
*/
//make sure the FW_VERSION_STRING fits in MorpheusCommand.top_version (16 bytes)
#define FW_VERSION_STRING "1.7.1"
#define FW_VERSION_STRING "1.7.2"

//pill only
#define FIRMWARE_VERSION_8BIT (0x47)
#define FIRMWARE_VERSION_8BIT (0x48)

#define BLE_SIG_COMPANY_ID 1002

Expand Down

0 comments on commit 7bc0590

Please sign in to comment.