Skip to content

Commit a710729

Browse files
committed
forgotten define portenta
1 parent 63d5632 commit a710729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/hardware_specific/portenta_h7_mcu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#include "../hardware_api.h"
33

4-
#if 1 //defined(TARGET_PORTENTA_H7)
4+
#if defined(TARGET_PORTENTA_H7)
55

66
#include "pwmout_api.h"
77
#include "pinDefinitions.h"

0 commit comments

Comments
 (0)