From: Bdale Garbee Date: Tue, 21 Sep 2021 03:34:26 +0000 (-0600) Subject: gcc-10 patch no longer needed X-Git-Tag: debian/1.9.8-1~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=77f3f86298effc0100bbaf28cdc93564bfcb082c;p=fw%2Faltos gcc-10 patch no longer needed --- diff --git a/debian/patches/fixes-for-gcc-10.diff b/debian/patches/fixes-for-gcc-10.diff deleted file mode 100644 index ad2f3752..00000000 --- a/debian/patches/fixes-for-gcc-10.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- altos-1.9.7.orig/src/lpc/lpc.h -+++ altos-1.9.7/src/lpc/lpc.h -@@ -868,7 +868,7 @@ struct lpc_usb { - vuint32_t introuting; - uint32_t r30; - vuint32_t eptoggle; --} lpc_usb; -+}; - - extern struct lpc_usb lpc_usb; - #define lpc_usb (*(struct lpc_usb *) 0x40080000) ---- altos-1.9.7.orig/src/micropeak-v2.0/ao_micro.c -+++ altos-1.9.7/src/micropeak-v2.0/ao_micro.c -@@ -23,7 +23,6 @@ - #include - #include - --uint32_t pa; - alt_t ground_alt, max_alt; - alt_t ao_max_height; - diff --git a/debian/patches/series b/debian/patches/series index 77c163c2..e69de29b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -fixes-for-gcc-10.diff