Skip to content

Commit d0d5bc3

Browse files
committed
Fixed incorrect macro that made samples fail
1 parent 6e51889 commit d0d5bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/core/io/pin.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* for
55
*/
66
#ifndef _EVT_PIN_
7-
#define _EVT_PIN
7+
#define _EVT_PIN_
88

99
// TODO: Fix this so that it changes pin out on a per Package Basis instead of a per MCU basis
10-
#ifdef STM32F303x8
10+
#ifdef STM32F302x8
1111
#define NUCLEO_SUPPORT
1212
#endif
1313

0 commit comments

Comments
 (0)