Skip to content

Commit

Permalink
rewrite graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSaw committed Sep 22, 2021
1 parent 6057873 commit f16db8e
Show file tree
Hide file tree
Showing 166 changed files with 6,849 additions and 14,981 deletions.
2 changes: 1 addition & 1 deletion src/modm/architecture/interface/accessor_flash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class Flash
return address;
}

private:
protected:
const T* address;
#if MODM_HAS_IOSTREAM
private:
Expand Down
4 changes: 2 additions & 2 deletions src/modm/architecture/interface/accessor_ram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class Ram
{
return address;
}

private:
protected:
const T* address;
};

Expand Down
Loading

0 comments on commit f16db8e

Please sign in to comment.