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:
parent
11e27dff95
commit
4230aa22f6
2 changed files with 48 additions and 0 deletions
10
testing/dfu-programmer/10-add-stdlib.patch
Normal file
10
testing/dfu-programmer/10-add-stdlib.patch
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue