Skip to content

Commit dbe2df1

Browse files
committed
USB: fix settings not being applied
1 parent 4e19e27 commit dbe2df1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

variants/PORTENTA_H7_M4/pins_arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <macros.h>
3+
#include "PeripheralPins.h"
34

45
#ifndef __PINS_ARDUINO__
56
#define __PINS_ARDUINO__

variants/PORTENTA_H7_M7/pins_arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <macros.h>
3+
#include "PeripheralPins.h"
34

45
#ifndef __PINS_ARDUINO__
56
#define __PINS_ARDUINO__

0 commit comments

Comments
 (0)