mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 01:59:29 +00:00
Upgrade subm plus warning fix (#3227)
* fix compilation warning * update submodule
This commit is contained in:
@@ -26,11 +26,12 @@
|
|||||||
#include <libopencm3/lpc43xx/scu.h>
|
#include <libopencm3/lpc43xx/scu.h>
|
||||||
#include <libopencm3/lpc43xx/rgu.h>
|
#include <libopencm3/lpc43xx/rgu.h>
|
||||||
#include <libopencm3/lpc43xx/wwdt.h>
|
#include <libopencm3/lpc43xx/wwdt.h>
|
||||||
#include "delay.h"
|
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
volatile bool usb_bulk_block_done = false;
|
volatile bool usb_bulk_block_done = false;
|
||||||
|
|
||||||
|
void delay(uint32_t duration);
|
||||||
|
|
||||||
void usb_bulk_block_cb(void* user_data, unsigned int bytes_transferred) {
|
void usb_bulk_block_cb(void* user_data, unsigned int bytes_transferred) {
|
||||||
usb_bulk_block_done = true;
|
usb_bulk_block_done = true;
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule hackrf updated: ba2045a866...a5fd674a9f
Reference in New Issue
Block a user