1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 04:05:15 +03:00

testing/dfu-programmer: new aport

https://dfu-programmer.github.io/
A command-line programmer for Atmel USB microcontrollers
This commit is contained in:
Peter Shkenev 2022-01-30 16:22:50 +00:00 committed by alice
parent 11e27dff95
commit 4230aa22f6
2 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- dfu-programmer-0.7.0.orig/src/atmel.c
+++ dfu-programmer-0.7.0/src/atmel.c
@@ -23,6 +23,7 @@
#include <stdint.h>
#include <string.h>
#include <stddef.h>
+#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>