Skip to content

Commit

Permalink
Merge pull request #531 from hello/integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
plasticchris authored Nov 18, 2016
2 parents 09b0cb6 + b090be9 commit 32aee86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4"
#define FW_VERSION_STRING "1.8.0"

//pill only
#define FIRMWARE_VERSION_8BIT (0x49)
#define FIRMWARE_VERSION_8BIT (0x50)

#define BLE_SIG_COMPANY_ID 1002

Expand Down
4 changes: 2 additions & 2 deletions morpheusx_EVT1/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum {

SSPI_INT = 24,
};

/* Removed for MP
#define PLATFORM_HAS_ACCEL_SPI
enum{
Expand All @@ -48,7 +48,7 @@ enum{
ACCEL_MISO = 10,
ACCEL_INT = 29,
};

*/
#define PLATFORM_HAS_SERIAL_CROSS_CONNECT

enum {
Expand Down

0 comments on commit 32aee86

Please sign in to comment.