We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb94f5 commit 2568b78Copy full SHA for 2568b78
cores/arduino/avr/io.h
@@ -25,7 +25,7 @@
25
#ifndef _IO_H_
26
#define _IO_H_
27
28
-#ifdef HSRAM_ADDR
+#ifdef __SAMD51__
29
#define RAMSTART (HSRAM_ADDR)
30
#define RAMSIZE (HSRAM_SIZE)
31
#else
0 commit comments