Update hackrf submodule (#2973)

* update submodule
* fix warning missing delay declaration
* update: fix get board messing up radio/waterfalls
This commit is contained in:
gullradriel
2026-02-09 21:25:40 +01:00
committed by GitHub
parent 9e7758718c
commit be872003ec
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -25,6 +25,7 @@
#include <libopencm3/lpc43xx/scu.h>
#include <libopencm3/lpc43xx/rgu.h>
#include <libopencm3/lpc43xx/wwdt.h>
#include "delay.h"
volatile bool usb_bulk_block_done = false;
@@ -296,4 +297,4 @@ void scsi_command(msd_cbw_t* msd_cbw_data) {
}
usb_send_csw(msd_cbw_data, status);
}
}
+1 -1
Submodule hackrf updated: 40f441900a...63343c6e70