Skip to content

Commit 369ced8

Browse files
committed
STM32WB: Add missing analogin_pinmap
This is required since PR ARMmbed#9449 commit "Add HAL API for analog in pinmap"
1 parent db2aeef commit 369ced8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

targets/TARGET_STM/TARGET_STM32WB/analogin_device.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,9 @@ uint16_t adc_read(analogin_t *obj)
204204
}
205205
}
206206

207+
const PinMap *analogin_pinmap()
208+
{
209+
return PinMap_ADC;
210+
}
211+
207212
#endif

0 commit comments

Comments
 (0)