Added include

This commit is contained in:
Scott C. MacCallum 2023-01-24 07:59:38 -05:00
parent 224cf4b83e
commit beb386ea9e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <sdio.h>
void increment(void) {
static unsigned int counter = 0;
counter++;