Fix -Werror=strict-prototypes with clang

I failed to commit one in the previous commit.

Fixes: fa43b5862d
This commit is contained in:
orbea 2022-10-10 12:50:00 -07:00
parent 58226f1862
commit 60a9397b3d

View file

@ -607,7 +607,7 @@ static void DrawDisplayFull(void)
}
PICO_INTERNAL void PicoFrameFull()
PICO_INTERNAL void PicoFrameFull(void)
{
pprof_start(draw);