From efa04eafd3525d958ccfa75257e6ab572b82f97a Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Wed, 22 Oct 2014 19:31:27 +0100
Subject: [PATCH] stmhal: Add MMA_INT/PB2 to available pins on PYBV10.

This allows you to register ExtInt on the MMA interrupt pin.
---
 stmhal/boards/PYBV10/pins.csv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stmhal/boards/PYBV10/pins.csv b/stmhal/boards/PYBV10/pins.csv
index 34d96c8dd..37d5e5228 100644
--- a/stmhal/boards/PYBV10/pins.csv
+++ b/stmhal/boards/PYBV10/pins.csv
@@ -44,3 +44,4 @@ LED_GREEN,PA14
 LED_YELLOW,PA15
 SW,PB3
 SD,PA8
+MMA_INT,PB2
-- 
GitLab