Skip to content

Commit b253f71

Browse files
committed
include "am_bsp.h" in "Arduino.h"
This will allow users to access pin definitions and other useful symbols. Every board should have the file and it will ideally be maintained in the SparkFun AmbiqSuite Apollo3 BSPs repo.
1 parent 58b3c53 commit b253f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/ard_sup/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C"
3939
// Include Apollo headers
4040
#include "am_mcu_apollo.h"
4141
#include "am_util.h"
42-
// #include "am_bsp.h"
42+
#include "am_bsp.h"
4343

4444
#include "hooks.h"
4545

0 commit comments

Comments
 (0)