mptests/mp03/task1.c: Make method static to fix warning

This commit is contained in:
Joel Sherrill
2016-05-04 09:32:07 -05:00
parent 07ac1735c8
commit 018cf74fda

View File

@@ -13,7 +13,7 @@
#include "system.h"
void Test_Task_Support(
static void Test_Task_Support(
uint32_t node
)
{