Gast
#6206752
Ich lese von der console zahlen ein und speichere diese in einem Array (in C). Das funktioniert auch, bekomme aber eine Warung und weiß nicht, wie ich die weg bekomme.
1 | |
2 | |
Warnung:
warning: format '%u' expects argument of type 'unsigned int *', but
argument 2 has type 'uint8_t * {aka unsigned char *}' [-Wformat=]
und das halt für alle.
Wie lese ich uint8_t richtig ein?