Skip to content

Commit f16db8e

Browse files
committed
rewrite graphics
1 parent 6057873 commit f16db8e

File tree

166 files changed

+6849
-14981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+6849
-14981
lines changed

src/modm/architecture/interface/accessor_flash.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class Flash
162162
return address;
163163
}
164164

165-
private:
165+
protected:
166166
const T* address;
167167
#if MODM_HAS_IOSTREAM
168168
private:

src/modm/architecture/interface/accessor_ram.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ class Ram
116116
{
117117
return address;
118118
}
119-
120-
private:
119+
120+
protected:
121121
const T* address;
122122
};
123123

0 commit comments

Comments
 (0)