Correct header file in micronucleus bootloader

This commit is contained in:
Marius Greuel
2020-03-10 20:43:17 +02:00
parent 544b4fdeeb
commit e3efb3bce9

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>