Skip to content

Commit

Permalink
add isr led as option
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Dec 6, 2024
1 parent 43ce396 commit 0b3b5c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Libraries/Cordio/platform/include/pal_led.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ enum PalLedReserved_id
PAL_LED_ID_BB_RX_OK = 0x4, /*!< Baseband RX success impulse. */
PAL_LED_ID_BB_RX_TO = 0x5, /*!< Baseband RX timeout impulse. */
PAL_LED_ID_BB_RX_CRC = 0x6, /*!< Baseband RX CRC error impulse. */
PAL_LED_ID_BB_ISR = 0x7, /*!< Baseband ISR impulse. */

};


/**************************************************************************************************
Function Declarations
**************************************************************************************************/
Expand Down

0 comments on commit 0b3b5c7

Please sign in to comment.