From 4428f9ef0a13777e4fedaf00947cbe0309ad15f6 Mon Sep 17 00:00:00 2001 From: Thibaut VIARD <thibaut.viard@atmel.com> Date: Wed, 7 May 2014 09:55:57 +0200 Subject: [PATCH] Fix compilation warning --- cores/arduino/Reset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/arduino/Reset.cpp b/cores/arduino/Reset.cpp index cb103f28..3e62c28a 100644 --- a/cores/arduino/Reset.cpp +++ b/cores/arduino/Reset.cpp @@ -24,7 +24,7 @@ extern "C" { #endif __attribute__ ((long_call, section (".ramfunc"))) -void banzai() { +static void banzai() { // Disable all interrupts __disable_irq(); -- GitLab