aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-09-22 12:47:45 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-09-22 12:47:45 +0100
commitbf63aa0d7c93ac4e363c563b2934495e9e77e0a8 (patch)
treef2fb1bcaf4bdd75a5218df339c97750718dd1b04 /examples
parentc8635933e536371444b8ac53611ce4c8620cdd55 (diff)
Minor fix
Diffstat (limited to 'examples')
-rw-r--r--examples/AnimatedGIFPanel/AnimatedGIFPanel.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino b/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino
index 8f4abb1..112c60f 100644
--- a/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino
+++ b/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino
@@ -118,7 +118,7 @@ void GIFDraw(GIFDRAW *pDraw)
} /* GIFDraw() */
-void * GIFOpenFile(char *fname, int32_t *pSize)
+void * GIFOpenFile(const char *fname, int32_t *pSize)
{
f = FILESYSTEM.open(fname);
if (f)