Correct header file in micronucleus bootloader

This commit is contained in:
Marius Greuel 2020-03-10 20:43:17 +02:00
parent 7281ca62c4
commit 4d79865f69
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>