util: add stdio.h include for sprintf_P

This commit is contained in:
Guðni Már Gilbert 2024-08-08 15:09:04 +00:00
parent a1fcb8564e
commit 0153eb05a1
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <avr/eeprom.h>
#include <avr/pgmspace.h>
#include <stdio.h> // for sprintf_P
#include "Configuration.h"
#include "language.h"