Skip to content
Snippets Groups Projects
Commit 96db5b31 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Solved a bug in the register addresses.

parent 2b2efce7
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
#define RAM_ACTION_MM_LENGTH 2 #define RAM_ACTION_MM_LENGTH 2
#define ACTION_MM_PAGE_OFFSET 0 #define ACTION_MM_CONTROL_OFFSET 0
#define ACTION_MM_CNTRL_OFFSET 1 #define ACTION_MM_PAGE_OFFSET 1
#define ACTION_MM_START 0x01
#define ACTION_MM_STOP 0x02
#define ACTION_MM_RUNNING 0x80
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment