Skip to content

Commit 126b894

Browse files
committed
Add easy to remember alias for LL_RCC_ForceCM4Boot
1 parent acb7dc6 commit 126b894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ extern "C"{
7474

7575
#define interrupts() __enable_irq()
7676
#define noInterrupts() __disable_irq()
77+
#define bootM4() LL_RCC_ForceCM4Boot()
7778

7879
// We provide analogReadResolution and analogWriteResolution APIs
7980
void analogReadResolution(int bits);

0 commit comments

Comments
 (0)