From 56c3e627a630eb870443f657bf0bc7c119f847ac Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Sun, 13 May 2018 14:48:46 -0400 Subject: [PATCH] contrib/wiringPi: fix `shift` module name Signed-off-by: Alexandre Terrasa --- contrib/wiringPi/examples/shift.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/wiringPi/examples/shift.nit b/contrib/wiringPi/examples/shift.nit index abb474f..35101fa 100644 --- a/contrib/wiringPi/examples/shift.nit +++ b/contrib/wiringPi/examples/shift.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -module wiringPi is example +module shift is example import wiringPi -- 1.7.9.5