Skip to content
Snippets Groups Projects
Commit 1768cf95 authored by CNLohr's avatar CNLohr
Browse files

Fix comment to reflect srodata change.

parent e6a2e614
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ uint32_t count;
// This is a complicated way to do it from C land, as a demonstration
// Tell the compiler to put this code in the .data section. That
// Tell the compiler to put this code in the .srodata section. That
// will cause the startup code to copy it from flash into RAM where
// it can be easily modified at runtime.
uint32_t ReadCSRSelfModify( uint16_t whichcsr ) __attribute__(( section(".srodata"))) __attribute__((noinline));
......
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