Skip to content

Commit

Permalink
INIT_ACC_POWER() command excluded for NRG 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenguer committed Jun 25, 2015
1 parent 91fcdf9 commit 903a7c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cores/panstamp/panstamp.cpp
Expand Up @@ -111,7 +111,9 @@ void PANSTAMP::init(uint8_t freq, uint8_t mode)
INIT_ONBOARD_LED();

// Initialize internal ACC power pin
#if defined(__NRG_VERSION_1_0__) || defined(__NRG_VERSION_1_1__)
INIT_ACC_POWER();
#endif

// Setup radio interface
radio.init(freq, mode);
Expand Down

0 comments on commit 903a7c0

Please sign in to comment.