Skip to content

Commit

Permalink
fixup! boards/sodaq-sara-sff: add status pin for SARA
Browse files Browse the repository at this point in the history
  • Loading branch information
keestux committed May 30, 2024
1 parent b079586 commit 0d2ac48
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions boards/sodaq-sara-sff/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,7 @@ extern "C" {
#define SARA_R4XX_PWR_ON_OFF (SARA_R4XX_PWR_ON_PORT.OUTCLR.reg = SARA_R4XX_PWR_ON_MASK)
/** @} */

/**
* @name SARA (UBlox) STATUS
*
* This is the V_INT of the SARA.
* @{
*/
#define SARA_STATUS_PIN GPIO_PIN(PA, 28)
/** @} */
#define SARA_STATUS_PIN GPIO_PIN(PA, 28) /**< This is the V_INT of the board */

/**
* @name INT_MAG
Expand Down

0 comments on commit 0d2ac48

Please sign in to comment.