Skip to content
Snippets Groups Projects
Commit c872f42c authored by Vlad N's avatar Vlad N
Browse files

Remove blank lines + comment

parent e13c5f54
Branches
No related tags found
No related merge requests found
#+TITLE: MaRCoS StemLAB-122 Server
#+TITLE: MaRCoS SDRLab-122 Server
* Overview
......@@ -8,17 +8,15 @@
* Setup
**
** Compilation
On the RP, inside the repo after cloning and choosing the right branch:
On the SDRLab, inside the repo after cloning and choosing the right branch:
#+BEGIN_SRC sh
mkdir build
cd build
cmake ../src
make
make -j4
#+END_SRC
Have a look at the [[https://github.com/vnegnev/marcos_extras/wiki][MaRCoS wiki]] for additional information.
......@@ -48,7 +48,7 @@ int hardware::run_request(server_action &sa) {
mpack_write(wr, halted);
}
// Read directly from memory
// Read directly from memory [TODO: implement]
auto rm = sa.get_command_and_start_reply("read_mem", status);
if (status == 1) {
++commands_understood;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment