@@ -236,9 +236,8 @@ USEMODULE += xtimer
236236# General networking architecture
237237# # RIOT's Networking architecture
238238* Designed to integrate any network stack into RIOT
239-
240- \only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
241- \only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
239+ \only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
240+ \only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
242241
243242# # Including the network device driver
244243* Go to task-05 directory (`cd ../task-05`)
@@ -264,18 +263,18 @@ USEMODULE += auto_init_gnrc_netif
264263# # Task 5.1 -- Your first networking application
265264* Run the application on `native`: `PORT=tap0 make all term`
266265* Type `help`
267- * Run a second instance with `PORT=tap1 make all term`
266+ * Run a second instance with `PORT=tap1 make term`
268267* Type `ifconfig` on both to get hardware address and interface number
269268* Use `txtsnd` command to exchange messages between the two instances
270269
271270# # Task 5.2 -- Use your application on real hardware
272- * Compile, flash, and run on the board `BOARD=samr21-xpro make all flash term`
271+ * Compile, flash, and run on the board `BOARD=samr21-xpro make flash term`
273272* Type `ifconfig` to get your hardware addresses
274273* Use `txtsnd` to send one of your neighbors a friendly message
275274
276275# # RIOT's Networking architecture
277- \only{ <1>} {\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
278- \only{ <2>} {\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
276+ \only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
277+ \only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
279278
280279# # sock
281280* collection of unified connectivity APIs to the transport layer
0 commit comments