Skip to content

Commit

Permalink
updated firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Jul 13, 2015
1 parent 6c6bb52 commit 5a89d87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions user/inc/particle_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ extern "C" {
#endif

const int PARTICLE_v040 = 0x00040000;
const int PARTICLE_v041 = 0x00040000;
const int PARTICLE_v042 = 0x00040000;
const int PARTICLE_v041 = 0x00040100;
const int PARTICLE_v042 = 0x00040200;
const int PARTICLE_v043 = 0x00040300;

const int PARTICLE = PARTICLE_v042;
const int PARTICLE_VERSION = PARTICLE_v043;


#ifdef __cplusplus
Expand Down

0 comments on commit 5a89d87

Please sign in to comment.