From 951920b27eef7d063387a217ab899ed702b3a068 Mon Sep 17 00:00:00 2001 From: Benjamin Riggs Date: Fri, 11 Jan 2019 16:09:45 -0600 Subject: [PATCH] Clarity --- test/blip-test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/blip-test.cpp b/test/blip-test.cpp index 19b1a1c..0da86af 100644 --- a/test/blip-test.cpp +++ b/test/blip-test.cpp @@ -7,6 +7,7 @@ using namespace spi_proto; void blip_task(void); + /* We need to declare a function pointer, the library expects to be linked with * one. It's not necessary that it be an actual function. *