found a few more nasties
This commit is contained in:
Bob-the-Kuhn
2018-01-01 16:41:38 -06:00
parent 724e3f33bc
commit e5b71af8c9
5 changed files with 16 additions and 5 deletions

View File

@@ -47,6 +47,7 @@
#include "conf_usb.h"
#include "udc.h"
#include <Arduino.h>
static volatile bool main_b_msc_enable = false;
static volatile bool main_b_cdc_enable = false;
@@ -253,6 +254,7 @@ bool usb_task_other_requests(void) {
return true;
}
void HAL_init(void) {
uint16_t *ptr;