Skip to content

Commit c6d30e2

Browse files
committed
repo: fix #ifdef JAWBREAKER => #ifdef IS_JAWBREAKER
1 parent 7cf005d commit c6d30e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/common/rf_path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ static void switchctrl_set(rf_path_t* const rf_path, const uint8_t gpo)
319319

320320
void rf_path_pin_setup(rf_path_t* const rf_path)
321321
{
322-
#ifdef JAWBREAKER
322+
#ifdef IS_JAWBREAKER
323323
(void) rf_path;
324324
#else
325325
const platform_scu_t* scu = platform_scu();

0 commit comments

Comments
 (0)