Initialized the ht386 variable.

This commit is contained in:
OBattler
2021-04-29 19:58:46 +02:00
parent 642d3b16be
commit 871bb8b7d2

View File

@@ -587,7 +587,7 @@ static void *
headland_init(const device_t *info)
{
headland_t *dev;
int ht386;
int ht386 = 0;
uint32_t i;
dev = (headland_t *) malloc(sizeof(headland_t));